This document is archived and information here might be outdated. Recommended version. |
The class code.
[Visual Basic .NET] Public Property ClassCode As Byte
[C#] public byte ClassCode {get; set;}
[C++]
HRESULT get_ClassCode(
Byte pCode
);
[C++]
HRESULT put_ClassCode(
System.Byte* pCode
);
[C++]
Parameters pCode [in]
pCode is a parameter of type unsigned char pCode [out, retval]
pCode is a parameter of type unsigned char*