Type Alias windows::Win32::Graphics::GdiPlus::GetThumbnailImageAbort

pub type GetThumbnailImageAbort = Option<unsafe extern "system" fn() -> BOOL>;

Aliased Type§

enum GetThumbnailImageAbort {
    None,
    Some(unsafe extern "system" fn() -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn() -> BOOL)

Some value of type T.