Windows Media Player 11 SDK IWMPPlugin::GetIDÂ
Previous | Next |
IWMPPlugin::GetID
The IWMPPlugin::GetID method returns the class id of the plug-in.
Syntax
HRESULT GetID( GUID* pGUID );
Parameters
pGUID
[out] Pointer to a GUID that represents the class id of the plug-in.
Return Values
The method returns an HRESULT.
Remarks
For more information on the GUID structure, see the Platform SDK.
Requirements
Version: Windows Media Player 9 Series or later.
Header: Include wmpservices.h.
See Also
Previous | Next |