pub type PDXGK_INITIAL_COMPONENT_STATE = Option<unsafe extern "system" fn(graphicsdevicehandle: *mut c_void, privatehandle: *mut c_void, componentindex: u32, isblockingtype: BOOLEAN, initialfstate: u32, componentguid: GUID, powercomponentmappingflag: u32)>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PDXGK_INITIAL_COMPONENT_STATE {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u8, _: u32, _: GUID, _: u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u8, _: u32, _: GUID, _: u32))

Some value of type T.