Searched defs:UnregisterNotifications (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtapi3if.h775 virtual HRESULT WINAPI UnregisterNotifications(__LONG32 lRegister) = 0;
802 HRESULT (WINAPI *UnregisterNotifications)(ITTAPI *This,__LONG32 lRegister); member in struct:ITTAPIVtbl
831 #define ITTAPI_UnregisterNotifications(This,lRegister) (This)->lpVtbl->UnregisterNotifications(This,lRegister)
903 HRESULT (WINAPI *UnregisterNotifications)(ITTAPI2 *This,__LONG32 lRegister); member in struct:ITTAPI2Vtbl
935 #define ITTAPI2_UnregisterNotifications(This,lRegister) (This)->lpVtbl->UnregisterNotifications(This,lRegister)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtapi3if.h775 virtual HRESULT WINAPI UnregisterNotifications(__LONG32 lRegister) = 0;
802 HRESULT (WINAPI *UnregisterNotifications)(ITTAPI *This,__LONG32 lRegister); member in struct:ITTAPIVtbl
831 #define ITTAPI_UnregisterNotifications(This,lRegister) (This)->lpVtbl->UnregisterNotifications(This,lRegister)
903 HRESULT (WINAPI *UnregisterNotifications)(ITTAPI2 *This,__LONG32 lRegister); member in struct:ITTAPI2Vtbl
935 #define ITTAPI2_UnregisterNotifications(This,lRegister) (This)->lpVtbl->UnregisterNotifications(This,lRegister)

Completed in 166 milliseconds