[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(
GUID* riid,
LPUNKNOWN* ppvObject
);
[C++]Parameters
riid [in]riid is a parameter of type GUID
ppvObject [out] ppvObject is a parameter of type LPUNKNOWN
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
[C#]
IClassFactory is a Microsoft interface. Please refer to MSDN for information about this interface.
[C++]
[Visual Basic .NET]
IClassFactory is a Microsoft interface. Please refer to MSDN for information about this interface.