Home
last modified time | relevance | path

Searched refs:IComStaThreadPoolKnobs (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h493 typedef struct IComStaThreadPoolKnobs IComStaThreadPoolKnobs; typedef
5398 struct IComStaThreadPoolKnobs : public IUnknown { struct
5416 ULONG (WINAPI *AddRef)(IComStaThreadPoolKnobs *This);
5417 ULONG (WINAPI *Release)(IComStaThreadPoolKnobs *This);
5418 HRESULT (WINAPI *SetMinThreadCount)(IComStaThreadPoolKnobs *This,DWORD minThreads);
5420 HRESULT (WINAPI *SetMaxThreadCount)(IComStaThreadPoolKnobs *This,DWORD maxThreads);
5426 HRESULT (WINAPI *GetThreadCount)(IComStaThreadPoolKnobs *This,DWORD *pdwThreads);
5427 HRESULT (WINAPI *GetQueueDepth)(IComStaThreadPoolKnobs *This,DWORD *pdwQDepth);
5428 HRESULT (WINAPI *SetQueueDepth)(IComStaThreadPoolKnobs *This,__LONG32 dwQDepth);
5431 struct IComStaThreadPoolKnobs { struct
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h493 typedef struct IComStaThreadPoolKnobs IComStaThreadPoolKnobs; typedef
5398 struct IComStaThreadPoolKnobs : public IUnknown { struct
5416 ULONG (WINAPI *AddRef)(IComStaThreadPoolKnobs *This);
5417 ULONG (WINAPI *Release)(IComStaThreadPoolKnobs *This);
5418 HRESULT (WINAPI *SetMinThreadCount)(IComStaThreadPoolKnobs *This,DWORD minThreads);
5420 HRESULT (WINAPI *SetMaxThreadCount)(IComStaThreadPoolKnobs *This,DWORD maxThreads);
5426 HRESULT (WINAPI *GetThreadCount)(IComStaThreadPoolKnobs *This,DWORD *pdwThreads);
5427 HRESULT (WINAPI *GetQueueDepth)(IComStaThreadPoolKnobs *This,DWORD *pdwQDepth);
5428 HRESULT (WINAPI *SetQueueDepth)(IComStaThreadPoolKnobs *This,__LONG32 dwQDepth);
5431 struct IComStaThreadPoolKnobs { struct
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs672 pub type IComStaThreadPoolKnobs = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/ComponentServices/
H A Dmod.rs4405 pub struct IComStaThreadPoolKnobs(::windows::runtime::IUnknown);
4406 impl IComStaThreadPoolKnobs {
4447 unsafe impl ::windows::runtime::Interface for IComStaThreadPoolKnobs {
4451 impl ::std::convert::From<IComStaThreadPoolKnobs> for ::windows::runtime::IUnknown {
4452 fn from(value: IComStaThreadPoolKnobs) -> Self {
4456 impl ::std::convert::From<&IComStaThreadPoolKnobs> for ::windows::runtime::IUnknown {
4457 fn from(value: &IComStaThreadPoolKnobs) -> Self {
4596 impl ::std::convert::From<IComStaThreadPoolKnobs2> for IComStaThreadPoolKnobs {
4601 impl ::std::convert::From<&IComStaThreadPoolKnobs2> for IComStaThreadPoolKnobs {
4607 fn into_param(self) -> ::windows::runtime::Param<'a, IComStaThreadPoolKnobs> {
[all …]