This document is archived and information here might be outdated. Recommended version. |
The CLSID of the dialog object of the tool name.
[Visual Basic .NET] Public Property DialogCLSID As UID
[C#] public UID DialogCLSID {get; set;}
[C++]
HRESULT get_DialogCLSID(
IUID** ppClsid
);
[C++]
HRESULT putref_DialogCLSID(
IUID* ppClsid
);
[C++]
Parameters ppClsid [out, retval]
ppClsid is a parameter of type IUID** ppClsid [in]
ppClsid is a parameter of type IUID*