Type Alias windows::Win32::Graphics::Gdi::MFENUMPROC

pub type MFENUMPROC = Option<unsafe extern "system" fn(hdc: HDC, lpht: *const HANDLETABLE, lpmr: *const METARECORD, nobj: i32, param4: LPARAM) -> i32>;

Aliased Type§

enum MFENUMPROC {
    None,
    Some(unsafe extern "system" fn(_: HDC, _: *const HANDLETABLE, _: *const METARECORD, _: i32, _: LPARAM) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HDC, _: *const HANDLETABLE, _: *const METARECORD, _: i32, _: LPARAM) -> i32)

Some value of type T.