pub type DRT_BOOTSTRAP_RESOLVE_CALLBACK = Option<unsafe extern "system" fn(hr: HRESULT, pvcontext: *mut c_void, paddresses: *mut SOCKET_ADDRESS_LIST, ffatalerror: BOOL)>;
Expand description

Required features: "Win32_Foundation", "Win32_Networking_WinSock"

Aliased Type§

enum DRT_BOOTSTRAP_RESOLVE_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: i32, _: *mut c_void, _: *mut SOCKET_ADDRESS_LIST, _: i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: i32, _: *mut c_void, _: *mut SOCKET_ADDRESS_LIST, _: i32))

Some value of type T.