Type Alias windows::Win32::UI::Shell::DLLGETVERSIONPROC

pub type DLLGETVERSIONPROC = Option<unsafe extern "system" fn(param0: *mut DLLVERSIONINFO) -> HRESULT>;

Aliased Type§

enum DLLGETVERSIONPROC {
    None,
    Some(unsafe extern "system" fn(_: *mut DLLVERSIONINFO) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut DLLVERSIONINFO) -> HRESULT)

Some value of type T.