Type Alias OLESTREAMVTBL

Source
pub type OLESTREAMVTBL = _OLESTREAMVTBL;

Aliased Type§

struct OLESTREAMVTBL {
    pub Get: Option<unsafe extern "C" fn(_: *mut _OLESTREAM, _: *mut c_void, _: u32) -> u32>,
    pub Put: Option<unsafe extern "C" fn(_: *mut _OLESTREAM, _: *const c_void, _: u32) -> u32>,
}

Fields§

§Get: Option<unsafe extern "C" fn(_: *mut _OLESTREAM, _: *mut c_void, _: u32) -> u32>§Put: Option<unsafe extern "C" fn(_: *mut _OLESTREAM, _: *const c_void, _: u32) -> u32>