[Visual Basic .NET]
Public Sub UnmarshalInterface ( _
ByVal pStm As IStream, _
ByRef riid As Guid&, _
ByRef ppv As IntPtr& _
)
[C#]
public void UnmarshalInterface (
IStream pStm,
ref Guid& riid,
ref IntPtr& ppv
);
[C++]
HRESULT UnmarshalInterface(
IStream* pStm,
GUID* riid,
ppv** ppv
);
[C++]
Parameters
pStm [in]
pStm is a parameter of type IStream
riid [in]
riid is a parameter of type GUID
ppv [out]
ppv is a parameter of type
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
See Also
IMarshal Interface