Struct winapi::um::objidlbase::ISynchronizeContainerVtbl[][src]

#[repr(C)]
pub struct ISynchronizeContainerVtbl { pub parent: IUnknownVtbl, pub AddSynchronize: unsafe extern "system" fn(This: *mut ISynchronizeContainer, pSync: *mut ISynchronize) -> HRESULT, pub WaitMultiple: unsafe extern "system" fn(This: *mut ISynchronizeContainer, dwFlags: DWORD, dwTimeOut: DWORD, ppSync: *mut *mut ISynchronize) -> HRESULT, }

Fields

parent: IUnknownVtblAddSynchronize: unsafe extern "system" fn(This: *mut ISynchronizeContainer, pSync: *mut ISynchronize) -> HRESULTWaitMultiple: unsafe extern "system" fn(This: *mut ISynchronizeContainer, dwFlags: DWORD, dwTimeOut: DWORD, ppSync: *mut *mut ISynchronize) -> HRESULT

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.