pub type PFN_WdsTransportClientSessionStartEx = Option<unsafe extern "system" fn(hsessionkey: HANDLE, pcallerdata: *const c_void, info: *const TRANSPORTCLIENT_SESSION_INFO)>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PFN_WdsTransportClientSessionStartEx {
    None,
    Some(unsafe extern "system" fn(_: isize, _: *const c_void, _: *const TRANSPORTCLIENT_SESSION_INFO)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: isize, _: *const c_void, _: *const TRANSPORTCLIENT_SESSION_INFO))

Some value of type T.