DigiGuide Add-Ins Channel MenuCopyright ©1999, 2000 GipsyMedia Limited. All rights reserved. StructuresOnly ANSI is currently supported, UNICODE support will be added in the future. CHANNEL_MENU_ADDINThe CHANNEL_MENU_ADDIN structure represents a command to be added to the popup menu for channels. typedef struct tagCHANNEL_MENU_ADDIN { UINT uiStructSize; char szCommandText[ MAX_COMMAND_TEXT ]; BOOL bEnabled; fncChannelCommand pfncCommand; } CHANNEL_MENU_ADDIN, FAR * LPCHANNEL_MENU_ADDIN; Members
|