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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocmm.h 27 typedef struct ITimerService ITimerService;
130 struct ITimerService : public IUnknown {
139 HRESULT (WINAPI *QueryInterface)(ITimerService *This,REFIID riid,void **ppvObject);
140 ULONG (WINAPI *AddRef)(ITimerService *This);
141 ULONG (WINAPI *Release)(ITimerService *This);
142 HRESULT (WINAPI *CreateTimer)(ITimerService *This,ITimer *pReferenceTimer,ITimer **ppNewTimer);
143 HRESULT (WINAPI *GetNamedTimer)(ITimerService *This,REFGUID rguidName,ITimer **ppTimer);
144 HRESULT (WINAPI *SetNamedTimerReference)(ITimerService *This,REFGUID rguidName,ITimer *pReferenceTimer);
147 struct ITimerService {
    [all...]
comdefsp.h     [all...]

Completed in 515 milliseconds