Type Alias WMIDPREQUEST

pub type WMIDPREQUEST = Option<unsafe extern "system" fn(requestcode: WMIDPREQUESTCODE, requestcontext: *const c_void, buffersize: *mut u32, buffer: *mut c_void) -> u32>;

Aliased Type§

pub enum WMIDPREQUEST {
    None,
    Some(unsafe extern "system" fn(WMIDPREQUESTCODE, *const c_void, *mut u32, *mut c_void) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(WMIDPREQUESTCODE, *const c_void, *mut u32, *mut c_void) -> u32)

Some value of type T.