Home
last modified time | relevance | path

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

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmqoai.h319 typedef struct IMSMQOutgoingQueueManagement IMSMQOutgoingQueueManagement; typedef
4200 struct IMSMQOutgoingQueueManagement : public IMSMQManagement { struct
4213 ULONG (WINAPI *AddRef)(IMSMQOutgoingQueueManagement *This);
4214 ULONG (WINAPI *Release)(IMSMQOutgoingQueueManagement *This);
4215 HRESULT (WINAPI *GetTypeInfoCount)(IMSMQOutgoingQueueManagement *This,UINT *pctinfo);
4221 HRESULT (WINAPI *get_Machine)(IMSMQOutgoingQueueManagement *This,BSTR *pbstrMachine);
4228 HRESULT (WINAPI *get_State)(IMSMQOutgoingQueueManagement *This,__LONG32 *plState);
4231 HRESULT (WINAPI *Resume)(IMSMQOutgoingQueueManagement *This);
4232 HRESULT (WINAPI *Pause)(IMSMQOutgoingQueueManagement *This);
4233 HRESULT (WINAPI *EodResend)(IMSMQOutgoingQueueManagement *This);
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmqoai.h319 typedef struct IMSMQOutgoingQueueManagement IMSMQOutgoingQueueManagement; typedef
4200 struct IMSMQOutgoingQueueManagement : public IMSMQManagement { struct
4213 ULONG (WINAPI *AddRef)(IMSMQOutgoingQueueManagement *This);
4214 ULONG (WINAPI *Release)(IMSMQOutgoingQueueManagement *This);
4215 HRESULT (WINAPI *GetTypeInfoCount)(IMSMQOutgoingQueueManagement *This,UINT *pctinfo);
4221 HRESULT (WINAPI *get_Machine)(IMSMQOutgoingQueueManagement *This,BSTR *pbstrMachine);
4228 HRESULT (WINAPI *get_State)(IMSMQOutgoingQueueManagement *This,__LONG32 *plState);
4231 HRESULT (WINAPI *Resume)(IMSMQOutgoingQueueManagement *This);
4232 HRESULT (WINAPI *Pause)(IMSMQOutgoingQueueManagement *This);
4233 HRESULT (WINAPI *EodResend)(IMSMQOutgoingQueueManagement *This);
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/MessageQueuing/
H A Dmod.rs24 pub type IMSMQOutgoingQueueManagement = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/MessageQueuing/
H A Dmod.rs3276 pub struct IMSMQOutgoingQueueManagement(::windows::runtime::IUnknown); struct
3277 impl IMSMQOutgoingQueueManagement { implementation
3357 unsafe impl ::windows::runtime::Interface for IMSMQOutgoingQueueManagement { implementation
3362 fn from(value: IMSMQOutgoingQueueManagement) -> Self { in from()
3367 fn from(value: &IMSMQOutgoingQueueManagement) -> Self { in from()
3381 impl ::std::convert::From<IMSMQOutgoingQueueManagement> for IMSMQManagement {
3382 fn from(value: IMSMQOutgoingQueueManagement) -> Self { in from()
3386 impl ::std::convert::From<&IMSMQOutgoingQueueManagement> for IMSMQManagement {
3387 fn from(value: &IMSMQOutgoingQueueManagement) -> Self { in from()
3403 fn from(value: IMSMQOutgoingQueueManagement) -> Self { in from()
[all …]