pub type PFND3DKMT_GETALLOCATIONPRIORITY = Option<unsafe extern "system" fn(param0: *const D3DKMT_GETALLOCATIONPRIORITY) -> NTSTATUS>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PFND3DKMT_GETALLOCATIONPRIORITY {
    None,
    Some(unsafe extern "system" fn(_: *const D3DKMT_GETALLOCATIONPRIORITY) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const D3DKMT_GETALLOCATIONPRIORITY) -> i32)

Some value of type T.