Type Alias windows::Win32::NetworkManagement::WNet::PF_NPGetPropertyText

pub type PF_NPGetPropertyText = Option<unsafe extern "system" fn(ibutton: u32, npropsel: u32, lpname: PCWSTR, lpbuttonname: PWSTR, nbuttonnamelen: u32, ntype: u32) -> u32>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.