HomeSort by relevance Sort by last modified time
    Searched defs:pszTitle (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cmnquery.h 26 LPCWSTR pszTitle;
chanmgr.h 62 LPWSTR pszTitle;
72 LPWSTR pszTitle;
93 virtual HRESULT WINAPI DeleteChannelShortcut(LPWSTR pszTitle) = 0;
95 virtual HRESULT WINAPI DeleteCategory(LPWSTR pszTitle) = 0;
105 HRESULT (WINAPI *DeleteChannelShortcut)(IChannelMgr *This,LPWSTR pszTitle);
107 HRESULT (WINAPI *DeleteCategory)(IChannelMgr *This,LPWSTR pszTitle);
119 #define IChannelMgr_DeleteChannelShortcut(This,pszTitle) (This)->lpVtbl->DeleteChannelShortcut(This,pszTitle)
121 #define IChannelMgr_DeleteCategory(This,pszTitle) (This)->lpVtbl->DeleteCategory(This,pszTitle)
    [all...]
dsclient.h 167 LPCWSTR pszTitle;
185 LPCSTR pszTitle;
msacm.h 403 LPCSTR pszTitle;
422 LPCWSTR pszTitle;
595 LPCSTR pszTitle;
614 LPCWSTR pszTitle;
ocidl.h     [all...]
commctrl.h     [all...]

Completed in 242 milliseconds