Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h503 typedef struct IComStaThreadPoolKnobs2 IComStaThreadPoolKnobs2; typedef
5525 struct IComStaThreadPoolKnobs2 : public IComStaThreadPoolKnobs { struct
5542 ULONG (WINAPI *AddRef)(IComStaThreadPoolKnobs2 *This);
5543 ULONG (WINAPI *Release)(IComStaThreadPoolKnobs2 *This);
5553 HRESULT (WINAPI *GetQueueDepth)(IComStaThreadPoolKnobs2 *This,DWORD *pdwQDepth);
5554 HRESULT (WINAPI *SetQueueDepth)(IComStaThreadPoolKnobs2 *This,__LONG32 dwQDepth);
5555 HRESULT (WINAPI *GetMaxCPULoad)(IComStaThreadPoolKnobs2 *This,DWORD *pdwLoad);
5556 HRESULT (WINAPI *SetMaxCPULoad)(IComStaThreadPoolKnobs2 *This,__LONG32 pdwLoad);
5561 HRESULT (WINAPI *GetMaxCSR)(IComStaThreadPoolKnobs2 *This,DWORD *pdwCSR);
5562 HRESULT (WINAPI *SetMaxCSR)(IComStaThreadPoolKnobs2 *This,__LONG32 dwCSR);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcomsvcs.h503 typedef struct IComStaThreadPoolKnobs2 IComStaThreadPoolKnobs2; typedef
5525 struct IComStaThreadPoolKnobs2 : public IComStaThreadPoolKnobs { struct
5542 ULONG (WINAPI *AddRef)(IComStaThreadPoolKnobs2 *This);
5543 ULONG (WINAPI *Release)(IComStaThreadPoolKnobs2 *This);
5553 HRESULT (WINAPI *GetQueueDepth)(IComStaThreadPoolKnobs2 *This,DWORD *pdwQDepth);
5554 HRESULT (WINAPI *SetQueueDepth)(IComStaThreadPoolKnobs2 *This,__LONG32 dwQDepth);
5555 HRESULT (WINAPI *GetMaxCPULoad)(IComStaThreadPoolKnobs2 *This,DWORD *pdwLoad);
5556 HRESULT (WINAPI *SetMaxCPULoad)(IComStaThreadPoolKnobs2 *This,__LONG32 pdwLoad);
5561 HRESULT (WINAPI *GetMaxCSR)(IComStaThreadPoolKnobs2 *This,DWORD *pdwCSR);
5562 HRESULT (WINAPI *SetMaxCSR)(IComStaThreadPoolKnobs2 *This,__LONG32 dwCSR);
[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.rs673 pub type IComStaThreadPoolKnobs2 = *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.rs4491 pub struct IComStaThreadPoolKnobs2(::windows::runtime::IUnknown);
4492 impl IComStaThreadPoolKnobs2 {
4572 unsafe impl ::windows::runtime::Interface for IComStaThreadPoolKnobs2 {
4576 impl ::std::convert::From<IComStaThreadPoolKnobs2> for ::windows::runtime::IUnknown {
4577 fn from(value: IComStaThreadPoolKnobs2) -> Self {
4581 impl ::std::convert::From<&IComStaThreadPoolKnobs2> for ::windows::runtime::IUnknown {
4582 fn from(value: &IComStaThreadPoolKnobs2) -> Self {
4596 impl ::std::convert::From<IComStaThreadPoolKnobs2> for IComStaThreadPoolKnobs {
4597 fn from(value: IComStaThreadPoolKnobs2) -> Self {
4601 impl ::std::convert::From<&IComStaThreadPoolKnobs2> for IComStaThreadPoolKnobs {
[all …]