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