Type Alias windows::Win32::System::Rpc::I_RpcProxyIsValidMachineFn
pub type I_RpcProxyIsValidMachineFn = Option<unsafe extern "system" fn(machine: PCWSTR, dotmachine: PCWSTR, portnumber: u32) -> RPC_STATUS>;
Aliased Type§
enum I_RpcProxyIsValidMachineFn {
None,
Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: u32) -> RPC_STATUS),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: u32) -> RPC_STATUS)
Some value of type T
.