ICOMInterface
Overview
Interface used to implement and override the behavior of COM support on an Object.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
Required Methods
QueryInterface
method QueryInterface(riid: Guid; out ppvObject: ^void): Boolean
Boolean QueryInterface(Guid riid, out void* ppvObject)
func QueryInterface(_ riid: Guid, _ ppvObject: inout UnsafeMutablePointer<void>) -> Boolean
Boolean QueryInterface(Guid riid, __out void* ppvObject)
Function QueryInterface(riid As Guid, <OutAttribute> ByRef ppvObject As Ptr(Of Void)) As Boolean
Parameters:
- riid:
- ppvObject: