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

#[repr(C)]
pub struct IGlobalOptionsVtbl { pub parent: IUnknownVtbl, pub Set: unsafe extern "system" fn(This: *mut IGlobalOptions, dwProperty: GLOBALOPT_PROPERTIES, dwValue: ULONG_PTR) -> HRESULT, pub Query: unsafe extern "system" fn(This: *mut IGlobalOptions, dwProperty: GLOBALOPT_PROPERTIES, pdwValue: *mut ULONG_PTR) -> HRESULT, }

Fields

parent: IUnknownVtblSet: unsafe extern "system" fn(This: *mut IGlobalOptions, dwProperty: GLOBALOPT_PROPERTIES, dwValue: ULONG_PTR) -> HRESULTQuery: unsafe extern "system" fn(This: *mut IGlobalOptions, dwProperty: GLOBALOPT_PROPERTIES, pdwValue: *mut ULONG_PTR) -> 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.