Windows Media Player 11 SDK WMPContextMenuInfo
Previous | Next |
WMPContextMenuInfo
Note This section describes functionality designed for use by online stores. Use of this functionality outside the context of an online store is not supported.
The WMPContextMenuInfo structure contains data about a context menu command.
Syntax
typedef struct WMPContextMenuInfo{ DWORD dwID; BSTR bstrMenuText; BSTR bstrHelpText; };
Members
dwID
The ID of the command.
bstrMenuText
The menu text to display for the command.
bstrHelpText
The help text to display for the command.
Remarks
This structure is retrieved by a call to IWMPContentPartner::GetCommands.
Requirements
Version: Windows Media Player 11
Header: contentpartner.h
See Also
Previous | Next |