Type Alias windows::Win32::Storage::Cabinets::PFNOPEN

pub type PFNOPEN = Option<unsafe extern "system" fn(pszfile: PCSTR, oflag: i32, pmode: i32) -> isize>;

Aliased Type§

enum PFNOPEN {
    None,
    Some(unsafe extern "system" fn(_: PCSTR, _: i32, _: i32) -> isize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCSTR, _: i32, _: i32) -> isize)

Some value of type T.