QueryInterface(Guid,IntPtr) Method
In This Topic
Query this instance for a particular COM GUID/interface support.
Syntax
'Declaration
Public Overloads Overridable Sub QueryInterface( _
ByVal As Guid, _
ByRef As IntPtr _
)
public virtual void QueryInterface(
Guid ,
out IntPtr
)
Parameters
- guid
- GUID query interface
- outPtr
- output object associated with this GUID, IntPtr.Zero in interface is not supported
See Also