Searched defs:Revoke (Results 1 - 4 of 4) sorted by relevance
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | hlink.h | 537 virtual HRESULT WINAPI Revoke(DWORD dwRegister) = 0; 558 HRESULT (WINAPI *Revoke)(IHlinkBrowseContext *This,DWORD dwRegister); member in struct:IHlinkBrowseContextVtbl 581 #define IHlinkBrowseContext_Revoke(This,dwRegister) (This)->lpVtbl->Revoke(This,dwRegister)
|
H A D | exdisp.h | 925 virtual HRESULT WINAPI Revoke(__LONG32 lCookie) = 0; 947 HRESULT (WINAPI *Revoke)(IShellWindows *This,__LONG32 lCookie); member in struct:IShellWindowsVtbl 971 #define IShellWindows_Revoke(This,lCookie) (This)->lpVtbl->Revoke(This,lCookie)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | hlink.h | 537 virtual HRESULT WINAPI Revoke(DWORD dwRegister) = 0; 558 HRESULT (WINAPI *Revoke)(IHlinkBrowseContext *This,DWORD dwRegister); member in struct:IHlinkBrowseContextVtbl 581 #define IHlinkBrowseContext_Revoke(This,dwRegister) (This)->lpVtbl->Revoke(This,dwRegister)
|
H A D | exdisp.h | 925 virtual HRESULT WINAPI Revoke(__LONG32 lCookie) = 0; 947 HRESULT (WINAPI *Revoke)(IShellWindows *This,__LONG32 lCookie); member in struct:IShellWindowsVtbl 971 #define IShellWindows_Revoke(This,lCookie) (This)->lpVtbl->Revoke(This,lCookie)
|
Completed in 212 milliseconds