Struct winapi::um::objidlbase::IPipeLongVtbl [−][src]
#[repr(C)]pub struct IPipeLongVtbl {
pub parent: IUnknownVtbl,
pub Pull: unsafe extern "system" fn(This: *mut IPipeLong, buf: *mut LONG, cRequest: ULONG, pcReturned: *mut ULONG) -> HRESULT,
pub Push: unsafe extern "system" fn(This: *mut IPipeLong, buf: *mut LONG, cSent: ULONG) -> HRESULT,
}Fields
parent: IUnknownVtblPull: unsafe extern "system" fn(This: *mut IPipeLong, buf: *mut LONG, cRequest: ULONG, pcReturned: *mut ULONG) -> HRESULTPush: unsafe extern "system" fn(This: *mut IPipeLong, buf: *mut LONG, cSent: ULONG) -> HRESULT