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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcomsvcs.h498 typedef struct IComMtaThreadPoolKnobs IComMtaThreadPoolKnobs; typedef in typeref:struct:IComMtaThreadPoolKnobs
5479 struct IComMtaThreadPoolKnobs : public IUnknown { struct in inherits:IUnknown
5489 HRESULT (WINAPI *QueryInterface)(IComMtaThreadPoolKnobs *This,REFIID riid,void **ppvObject);
5490 ULONG (WINAPI *AddRef)(IComMtaThreadPoolKnobs *This);
5491 ULONG (WINAPI *Release)(IComMtaThreadPoolKnobs *This);
5492 HRESULT (WINAPI *MTASetMaxThreadCount)(IComMtaThreadPoolKnobs *This,DWORD dwMaxThreads);
5493 HRESULT (WINAPI *MTAGetMaxThreadCount)(IComMtaThreadPoolKnobs *This,DWORD *pdwMaxThreads);
5494 HRESULT (WINAPI *MTASetThrottleValue)(IComMtaThreadPoolKnobs *This,DWORD dwThrottle);
5495 HRESULT (WINAPI *MTAGetThrottleValue)(IComMtaThreadPoolKnobs *Thi
5498 struct IComMtaThreadPoolKnobs { struct
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcomsvcs.h498 typedef struct IComMtaThreadPoolKnobs IComMtaThreadPoolKnobs; typedef in typeref:struct:IComMtaThreadPoolKnobs
5479 struct IComMtaThreadPoolKnobs : public IUnknown { struct in inherits:IUnknown
5489 HRESULT (WINAPI *QueryInterface)(IComMtaThreadPoolKnobs *This,REFIID riid,void **ppvObject);
5490 ULONG (WINAPI *AddRef)(IComMtaThreadPoolKnobs *This);
5491 ULONG (WINAPI *Release)(IComMtaThreadPoolKnobs *This);
5492 HRESULT (WINAPI *MTASetMaxThreadCount)(IComMtaThreadPoolKnobs *This,DWORD dwMaxThreads);
5493 HRESULT (WINAPI *MTAGetMaxThreadCount)(IComMtaThreadPoolKnobs *This,DWORD *pdwMaxThreads);
5494 HRESULT (WINAPI *MTASetThrottleValue)(IComMtaThreadPoolKnobs *This,DWORD dwThrottle);
5495 HRESULT (WINAPI *MTAGetThrottleValue)(IComMtaThreadPoolKnobs *Thi
5498 struct IComMtaThreadPoolKnobs { struct
[all...]

Completed in 101 milliseconds