This document is archived and information here might be outdated. Recommended version. |
Looks at the class information and determines if it can load the features.
[Visual Basic .NET] Public Sub LoadClass ( _ ByVal stream As IStream, _ ByRef canLoad As Boolean _ )
[C#] public void LoadClass ( IStream stream, ref bool canLoad );
[C++]
HRESULT LoadClass(
IStream* stream,
Boolean* canLoad
);
[C++] Parameters stream [in]
stream is a parameter of type IStream* canLoad
canLoad is a parameter of type bool*