Home | History | Annotate | Download | only in include

Lines Matching refs:GetCommandString

1913     virtual HRESULT STDMETHODCALLTYPE GetCommandString(
1953 HRESULT (STDMETHODCALLTYPE *GetCommandString)(
1976 #define IContextMenu_GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax) (This)->lpVtbl->GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax)
1996 return This->lpVtbl->GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax);
2089 HRESULT (STDMETHODCALLTYPE *GetCommandString)(
2119 #define IContextMenu2_GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax) (This)->lpVtbl->GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax)
2141 return This->lpVtbl->GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax);
2217 HRESULT (STDMETHODCALLTYPE *GetCommandString)(
2255 #define IContextMenu3_GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax) (This)->lpVtbl->GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax)
2279 return This->lpVtbl->GetCommandString(This,idCmd,uType,pReserved,pszName,cchMax);