factor/extra/windows/com/com.factor

9 lines
267 B
Factor
Raw Normal View History

2008-02-15 21:08:01 -05:00
USING: alien alien.c-types windows.com.syntax windows.ole32
windows.types ;
IN: windows.com
COM-INTERFACE: IUnknown f
HRESULT QueryInterface ( void* this, REFGUID iid, void** ppvObject )
ULONG AddRef ( void* this )
ULONG Release ( void* this ) ;