|
Public Member Functions |
HRESULT | Application ([out, retval] IApplication **ppApplication) |
HRESULT | UserInterface ([out, retval] IUserInterface **ppUserInterface) |
HRESULT | _NewEnum ([out, retval] IUnknown **ppEnum) |
HRESULT | Item ([in] VARIANT vIndex,[out, retval] ISMenu **ppMenu) |
HRESULT | Count ([out, retval] LONG *pnCount) |
HRESULT | ItemType ([out, retval] SMenuType *pnType) |
HRESULT | CommandID ([out, retval] LONG *pnCommandID) |
HRESULT | CommandID ([in] LONG nCommandID) |
HRESULT | Text ([out, retval] BSTR *psText) |
HRESULT | Text ([in] BSTR sText) |
HRESULT | HotKey ([out, retval] BSTR *psText) |
HRESULT | HotKey ([in] BSTR sText) |
HRESULT | Remove () |
HRESULT | InsertSeparator ([in] LONG nPosition) |
HRESULT | InsertMenu ([in] LONG nPosition,[in] BSTR sText,[out, retval] ISMenu **ppMenu) |
HRESULT | InsertCommand ([in] LONG nPosition,[in] LONG nCommandID,[in] BSTR sText,[out, retval] ISMenu **ppMenu) |