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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcomsvcs.h5333 virtual HRESULT WINAPI SetQueueDepth(__LONG32 lcQueueDepth) = 0;
5350 HRESULT (WINAPI *SetQueueDepth)(IThreadPoolKnobs *This,__LONG32 lcQueueDepth); member in struct:IThreadPoolKnobsVtbl
5369 #define IThreadPoolKnobs_SetQueueDepth(This,lcQueueDepth) (This)->lpVtbl->SetQueueDepth(This,lcQueueDepth)
5410 virtual HRESULT WINAPI SetQueueDepth(__LONG32 dwQDepth) = 0;
5428 HRESULT (WINAPI *SetQueueDepth)(IComStaThreadPoolKnobs *This,__LONG32 dwQDepth); member in struct:IComStaThreadPoolKnobsVtbl
5448 #define IComStaThreadPoolKnobs_SetQueueDepth(This,dwQDepth) (This)->lpVtbl->SetQueueDepth(This,dwQDepth)
5554 HRESULT (WINAPI *SetQueueDepth)(IComStaThreadPoolKnobs2 *This,__LONG32 dwQDepth); member in struct:IComStaThreadPoolKnobs2Vtbl
5584 #define IComStaThreadPoolKnobs2_SetQueueDepth(This,dwQDepth) (This)->lpVtbl->SetQueueDepth(This,dwQDepth)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcomsvcs.h5333 virtual HRESULT WINAPI SetQueueDepth(__LONG32 lcQueueDepth) = 0;
5350 HRESULT (WINAPI *SetQueueDepth)(IThreadPoolKnobs *This,__LONG32 lcQueueDepth); member in struct:IThreadPoolKnobsVtbl
5369 #define IThreadPoolKnobs_SetQueueDepth(This,lcQueueDepth) (This)->lpVtbl->SetQueueDepth(This,lcQueueDepth)
5410 virtual HRESULT WINAPI SetQueueDepth(__LONG32 dwQDepth) = 0;
5428 HRESULT (WINAPI *SetQueueDepth)(IComStaThreadPoolKnobs *This,__LONG32 dwQDepth); member in struct:IComStaThreadPoolKnobsVtbl
5448 #define IComStaThreadPoolKnobs_SetQueueDepth(This,dwQDepth) (This)->lpVtbl->SetQueueDepth(This,dwQDepth)
5554 HRESULT (WINAPI *SetQueueDepth)(IComStaThreadPoolKnobs2 *This,__LONG32 dwQDepth); member in struct:IComStaThreadPoolKnobs2Vtbl
5584 #define IComStaThreadPoolKnobs2_SetQueueDepth(This,dwQDepth) (This)->lpVtbl->SetQueueDepth(This,dwQDepth)

Completed in 155 milliseconds