This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET]
Public Sub RemoteCreateInstance ( _
ByRef riid As Guid&, _
ByRef ppvObject As Object _
)
[C#]
public void RemoteCreateInstance (
ref Guid& riid,
ref object ppvObject
);
[C++]
HRESULT RemoteCreateInstance(
System.Guid* riid,
IUnknown Pointer* ppvObject
);
[C++] Parameters riid [in]
riid is a parameter of type System.Guid* ppvObject [out]
ppvObject is a parameter of type IUnknown*
IClassFactory is a Microsoft interface. Please refer to MSDN for information about this interface.
IClassFactory is a Microsoft interface. Please refer to MSDN for information about this interface.
IClassFactory is a Microsoft interface. Please refer to MSDN for information about this interface.