|
OleGetIconOfClass
Returns a handle to a metafile containing an icon and a string label for the
specified CLSID.
HGLOBAL OleGetIconOfClass(
REFCLSID rclsid,
| //CLSID for which information is requested
| LPOLESTR lpszLabel,
| //Points to string to use as label for icon
| BOOL fUseTypeAsLabel
| //Indicates whether to use CLSID's user type name as icon label
| );
|
|
Parameters
rclsid
Specifies the CLSID for which the icon and string are requested.
lpszLabel
Points to a string to use as a label for the icon.
fUseTypeAsLabel
Indicates whether or not to use the user type string in the CLSID as the icon
label.
Return Value
HGLOBAL
The hGlobal returned is a handle to a metafile that contains an icon and label for the
specified CLSID. If the CLSID cannot be found in the registration database, NULL
is returned.
See Also
OleGetIconOfFile, OleMetafilePictFromIconAndLabel
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|