Documentation ¶ Index ¶ func ReflectQueryInterface(self interface{}, method uintptr, interfaceID *windows.GUID, obj interface{}) int32 type IUnknownVtbl Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReflectQueryInterface ¶ func ReflectQueryInterface(self interface{}, method uintptr, interfaceID *windows.GUID, obj interface{}) int32 Types ¶ type IUnknownVtbl ¶ type IUnknownVtbl struct { // every COM object starts with these three QueryInterface uintptr AddRef uintptr Release uintptr // contains filtered or unexported fields } Source Files ¶ View all Source files com_utils.goiunknown_vtbl.go Click to show internal directories. Click to hide internal directories.