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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: u32) -> RPC_STATUS)

Some value of type T.