pub type PNS_OSVERSIONCHECK = Option<unsafe extern "system" fn(cimostype: u32, cimosproductsuite: u32, cimosversion: PCWSTR, cimosbuildnumber: PCWSTR, cimservicepackmajorversion: PCWSTR, cimservicepackminorversion: PCWSTR, uireserved: u32, dwreserved: u32) -> BOOL>;

Aliased Type§

enum PNS_OSVERSIONCHECK {
    None,
    Some(unsafe extern "system" fn(_: u32, _: u32, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u32, _: u32) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.