Type Alias PFN_DrvQuerySpoolType
pub type PFN_DrvQuerySpoolType = Option<unsafe extern "system" fn(dhpdev: DHPDEV, pwchtype: PCWSTR) -> BOOL>;
Aliased Type§
enum PFN_DrvQuerySpoolType {
None,
Some(unsafe extern "system" fn(_: DHPDEV, _: PCWSTR) -> BOOL),
}