Struct IPropertyDescription_Vtbl
#[repr(C)]pub struct IPropertyDescription_Vtbl {Show 22 fields
pub base__: IUnknown_Vtbl,
pub GetPropertyKey: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPERTYKEY) -> HRESULT,
pub GetCanonicalName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetPropertyType: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub GetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetEditInvitation: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetTypeFlags: unsafe extern "system" fn(_: *mut c_void, _: PROPDESC_TYPE_FLAGS, _: *mut PROPDESC_TYPE_FLAGS) -> HRESULT,
pub GetViewFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_VIEW_FLAGS) -> HRESULT,
pub GetDefaultColumnWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetDisplayType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_DISPLAYTYPE) -> HRESULT,
pub GetColumnState: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetGroupingRange: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_GROUPING_RANGE) -> HRESULT,
pub GetRelativeDescriptionType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_RELATIVEDESCRIPTION_TYPE) -> HRESULT,
pub GetRelativeDescription: unsafe extern "system" fn(_: *mut c_void, _: *const PROPVARIANT, _: *const PROPVARIANT, _: *mut PWSTR, _: *mut PWSTR) -> HRESULT,
pub GetSortDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_SORTDESCRIPTION) -> HRESULT,
pub GetSortDescriptionLabel: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut PWSTR) -> HRESULT,
pub GetAggregationType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_AGGREGATION_TYPE) -> HRESULT,
pub GetConditionType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_CONDITION_TYPE, _: *mut CONDITION_OPERATION) -> HRESULT,
pub GetEnumTypeList: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub CoerceToCanonicalValue: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPVARIANT) -> HRESULT,
pub FormatForDisplay: unsafe extern "system" fn(_: *mut c_void, _: *const PROPVARIANT, _: PROPDESC_FORMAT_FLAGS, _: *mut PWSTR) -> HRESULT,
pub IsValueCanonical: unsafe extern "system" fn(_: *mut c_void, _: *const PROPVARIANT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetPropertyKey: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPERTYKEY) -> HRESULT
§GetCanonicalName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetPropertyType: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§GetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetEditInvitation: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetTypeFlags: unsafe extern "system" fn(_: *mut c_void, _: PROPDESC_TYPE_FLAGS, _: *mut PROPDESC_TYPE_FLAGS) -> HRESULT
§GetViewFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_VIEW_FLAGS) -> HRESULT
§GetDefaultColumnWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetDisplayType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_DISPLAYTYPE) -> HRESULT
§GetColumnState: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetGroupingRange: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_GROUPING_RANGE) -> HRESULT
§GetRelativeDescriptionType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_RELATIVEDESCRIPTION_TYPE) -> HRESULT
§GetRelativeDescription: unsafe extern "system" fn(_: *mut c_void, _: *const PROPVARIANT, _: *const PROPVARIANT, _: *mut PWSTR, _: *mut PWSTR) -> HRESULT
§GetSortDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_SORTDESCRIPTION) -> HRESULT
§GetSortDescriptionLabel: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut PWSTR) -> HRESULT
§GetAggregationType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_AGGREGATION_TYPE) -> HRESULT
§GetConditionType: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPDESC_CONDITION_TYPE, _: *mut CONDITION_OPERATION) -> HRESULT
§GetEnumTypeList: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§CoerceToCanonicalValue: unsafe extern "system" fn(_: *mut c_void, _: *mut PROPVARIANT) -> HRESULT
§FormatForDisplay: unsafe extern "system" fn(_: *mut c_void, _: *const PROPVARIANT, _: PROPDESC_FORMAT_FLAGS, _: *mut PWSTR) -> HRESULT
§IsValueCanonical: unsafe extern "system" fn(_: *mut c_void, _: *const PROPVARIANT) -> HRESULT
Implementations§
§impl IPropertyDescription_Vtbl
impl IPropertyDescription_Vtbl
pub const fn new<Identity: IPropertyDescription_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPropertyDescription_Vtbl
impl RefUnwindSafe for IPropertyDescription_Vtbl
impl Send for IPropertyDescription_Vtbl
impl Sync for IPropertyDescription_Vtbl
impl Unpin for IPropertyDescription_Vtbl
impl UnwindSafe for IPropertyDescription_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more