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: IUnknownVtbl
Cancel: unsafe extern "system" fn(This: *mut ICancelMethodCalls, ulSeconds: ULONG) -> HRESULT
TestCancel: unsafe extern "system" fn(This: *mut ICancelMethodCalls) -> HRESULT