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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmstask.h242 virtual HRESULT WINAPI SetErrorRetryCount(WORD wRetryCount) = 0;
278 HRESULT (WINAPI *SetErrorRetryCount)(IScheduledWorkItem *This,WORD wRetryCount); member in struct:IScheduledWorkItemVtbl
316 #define IScheduledWorkItem_SetErrorRetryCount(This,wRetryCount) (This)->lpVtbl->SetErrorRetryCount(This,wRetryCount)
437 HRESULT (WINAPI *SetErrorRetryCount)(ITask *This,WORD wRetryCount); member in struct:ITaskVtbl
487 #define ITask_SetErrorRetryCount(This,wRetryCount) (This)->lpVtbl->SetErrorRetryCount(This,wRetryCount)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmstask.h242 virtual HRESULT WINAPI SetErrorRetryCount(WORD wRetryCount) = 0;
278 HRESULT (WINAPI *SetErrorRetryCount)(IScheduledWorkItem *This,WORD wRetryCount); member in struct:IScheduledWorkItemVtbl
316 #define IScheduledWorkItem_SetErrorRetryCount(This,wRetryCount) (This)->lpVtbl->SetErrorRetryCount(This,wRetryCount)
437 HRESULT (WINAPI *SetErrorRetryCount)(ITask *This,WORD wRetryCount); member in struct:ITaskVtbl
487 #define ITask_SetErrorRetryCount(This,wRetryCount) (This)->lpVtbl->SetErrorRetryCount(This,wRetryCount)

Completed in 56 milliseconds