Struct winapi::um::objidlbase::ICancelMethodCallsVtbl   [−][src]
#[repr(C)]pub struct ICancelMethodCallsVtbl {
    pub parent: IUnknownVtbl,
    pub Cancel: unsafe extern "system" fn(This: *mut ICancelMethodCalls, ulSeconds: ULONG) -> HRESULT,
    pub TestCancel: unsafe extern "system" fn(This: *mut ICancelMethodCalls) -> HRESULT,
}Fields
parent: IUnknownVtblCancel: unsafe extern "system" fn(This: *mut ICancelMethodCalls, ulSeconds: ULONG) -> HRESULTTestCancel: unsafe extern "system" fn(This: *mut ICancelMethodCalls) -> HRESULT