GET_UPDATED_BUS_RESOURCE

Type Alias GET_UPDATED_BUS_RESOURCE 

pub type GET_UPDATED_BUS_RESOURCE = Option<unsafe extern "system" fn(context: *const c_void, updatedresourcelist: *mut *mut CM_RESOURCE_LIST, updatedtranslatedresourcelist: *mut *mut CM_RESOURCE_LIST) -> NTSTATUS>;

Aliased Type§

pub enum GET_UPDATED_BUS_RESOURCE {
    None,
    Some(unsafe extern "system" fn(*const c_void, *mut *mut CM_RESOURCE_LIST, *mut *mut CM_RESOURCE_LIST) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const c_void, *mut *mut CM_RESOURCE_LIST, *mut *mut CM_RESOURCE_LIST) -> NTSTATUS)

Some value of type T.