Struct winapi::um::unknwnbase::IClassFactoryVtbl[][src]

#[repr(C)]
pub struct IClassFactoryVtbl { pub parent: IUnknownVtbl, pub CreateInstance: unsafe extern "system" fn(This: *mut IClassFactory, pUnkOuter: *mut IUnknown, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT, pub LockServer: unsafe extern "system" fn(This: *mut IClassFactory, fLock: BOOL) -> HRESULT, }

Fields

parent: IUnknownVtblCreateInstance: unsafe extern "system" fn(This: *mut IClassFactory, pUnkOuter: *mut IUnknown, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULTLockServer: unsafe extern "system" fn(This: *mut IClassFactory, fLock: BOOL) -> 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.