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>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PNS_OSVERSIONCHECK {
    None,
    Some(unsafe extern "system" fn(_: u32, _: u32, _: *const u16, _: *const u16, _: *const u16, _: *const u16, _: u32, _: u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: u32, _: *const u16, _: *const u16, _: *const u16, _: *const u16, _: u32, _: u32) -> i32)

Some value of type T.