IGlobalInterfaceTable.RegisterInterfaceInGlobal(Object, Guid, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void RegisterInterfaceInGlobal(System::Object ^ punk, Guid % riid, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
public void RegisterInterfaceInGlobal (object punk, ref Guid riid, out uint pdwCookie);
abstract member RegisterInterfaceInGlobal : obj * Guid * uint32 -> unit
Public Sub RegisterInterfaceInGlobal (punk As Object, ByRef riid As Guid, ByRef pdwCookie As UInteger)
Parameters
- punk
- Object
- riid
- Guid
- pdwCookie
- UInt32