HomeSort by relevance Sort by last modified time
    Searched refs:put_EventFilter (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3if.h 784 virtual HRESULT WINAPI put_EventFilter(__LONG32 lFilterMask) = 0;
811 HRESULT (WINAPI *put_EventFilter)(ITTAPI *This,__LONG32 lFilterMask);
840 #define ITTAPI_put_EventFilter(This,lFilterMask) (This)->lpVtbl->put_EventFilter(This,lFilterMask)
    [all...]
rtccore.h 923 virtual HRESULT WINAPI put_EventFilter(__LONG32 lFilter) = 0;
972 HRESULT (WINAPI *put_EventFilter)(IRTCClient *This,__LONG32 lFilter);
    [all...]

Completed in 68 milliseconds