CAPVIDEOCALLBACK

Type Alias CAPVIDEOCALLBACK 

pub type CAPVIDEOCALLBACK = Option<unsafe extern "system" fn(hwnd: HWND, lpvhdr: *const VIDEOHDR) -> LRESULT>;

Aliased Type§

pub enum CAPVIDEOCALLBACK {
    None,
    Some(unsafe extern "system" fn(HWND, *const VIDEOHDR) -> LRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(HWND, *const VIDEOHDR) -> LRESULT)

Some value of type T.