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: IUnknownVtbl
Pull: unsafe extern "system" fn(This: *mut IPipeLong, buf: *mut LONG, cRequest: ULONG, pcReturned: *mut ULONG) -> HRESULT
Push: unsafe extern "system" fn(This: *mut IPipeLong, buf: *mut LONG, cSent: ULONG) -> HRESULT