Type Alias windows::Win32::System::Wmi::MI_MainFunction

pub type MI_MainFunction = Option<unsafe extern "system" fn(server: *mut MI_Server) -> *mut MI_Module>;

Aliased Type§

enum MI_MainFunction {
    None,
    Some(unsafe extern "system" fn(_: *mut MI_Server) -> *mut MI_Module),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut MI_Server) -> *mut MI_Module)

Some value of type T.