Home
last modified time | relevance | path

Searched defs:RPC_BINDING_HANDLE_TEMPLATE_V1_A (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Rpc/
H A Dmod.rs449 …pub fn RpcBindingCreateA(template: *const RPC_BINDING_HANDLE_TEMPLATE_V1_A, security: *const RPC_B… in RpcBindingCreateA()
2278 pub struct RPC_BINDING_HANDLE_TEMPLATE_V1_A { struct
2284 pub u1: RPC_BINDING_HANDLE_TEMPLATE_V1_A_0, argument
2287 impl ::core::marker::Copy for RPC_BINDING_HANDLE_TEMPLATE_V1_A {} argument
2288 impl ::core::clone::Clone for RPC_BINDING_HANDLE_TEMPLATE_V1_A { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Rpc/
H A Dmod.rs7285 pub struct RPC_BINDING_HANDLE_TEMPLATE_V1_A { struct
7291 pub u1: RPC_BINDING_HANDLE_TEMPLATE_V1_A_0, argument
7294 impl RPC_BINDING_HANDLE_TEMPLATE_V1_A {} argument
7295 impl ::std::default::Default for RPC_BINDING_HANDLE_TEMPLATE_V1_A { implementation
7300 impl ::std::cmp::PartialEq for RPC_BINDING_HANDLE_TEMPLATE_V1_A { implementation
7305 impl ::std::cmp::Eq for RPC_BINDING_HANDLE_TEMPLATE_V1_A {} implementation
7306 unsafe impl ::windows::runtime::Abi for RPC_BINDING_HANDLE_TEMPLATE_V1_A { implementation
10136 pub unsafe fn RpcBindingCreateA(template: *const RPC_BINDING_HANDLE_TEMPLATE_V1_A, security: *const… in RpcBindingCreateA()
10141 …fn RpcBindingCreateA(template: *const RPC_BINDING_HANDLE_TEMPLATE_V1_A, security: *const RPC_BINDI… in RpcBindingCreateA()