pub type POFFLINE_V2_ROUTINE = Option<unsafe extern "system" fn(resource: *const c_void, destinationnodename: PCWSTR, offlineflags: u32, inbuffer: *const u8, inbuffersize: u32, reserved: u32) -> u32>;

Aliased Type§

enum POFFLINE_V2_ROUTINE {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: PCWSTR, _: u32, _: *const u8, _: u32, _: u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: PCWSTR, _: u32, _: *const u8, _: u32, _: u32) -> u32)

Some value of type T.