Type Alias windows::Win32::System::Rpc::I_RpcProxyGetClientAddressFn

pub type I_RpcProxyGetClientAddressFn = Option<unsafe extern "system" fn(context: *mut c_void, buffer: PCSTR, bufferlength: *mut u32) -> RPC_STATUS>;

Aliased Type§

enum I_RpcProxyGetClientAddressFn {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u32) -> RPC_STATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u32) -> RPC_STATUS)

Some value of type T.