Type Alias 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§
None
No value.
Some(unsafe extern "system" fn(_: *mut DLLVERSIONINFO) -> HRESULT)
Some value of type T
.