This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IClassFactory Interface > IClassFactory.RemoteCreateInstance Method (ArcObjects .NET 10.5 SDK) |
[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
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.