[][src]Struct winapi::um::portabledevicetypes::IPortableDeviceValues

#[repr(C)]
pub struct IPortableDeviceValues { pub lpVtbl: *const IPortableDeviceValuesVtbl, }

Fields

lpVtbl: *const IPortableDeviceValuesVtbl

Methods

impl IPortableDeviceValues[src]

pub unsafe fn GetCount(&self, pcelt: *mut DWORD) -> HRESULT[src]

pub unsafe fn GetAt(
    &self,
    index: DWORD,
    pKey: *mut PROPERTYKEY,
    pValue: *mut PROPVARIANT
) -> HRESULT
[src]

pub unsafe fn SetValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *const PROPVARIANT
) -> HRESULT
[src]

pub unsafe fn GetValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut PROPVARIANT
) -> HRESULT
[src]

pub unsafe fn SetStringValue(
    &self,
    key: REFPROPERTYKEY,
    Value: LPCWSTR
) -> HRESULT
[src]

pub unsafe fn GetStringValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut LPWSTR
) -> HRESULT
[src]

pub unsafe fn SetUnsignedIntegerValue(
    &self,
    key: REFPROPERTYKEY,
    Value: ULONG
) -> HRESULT
[src]

pub unsafe fn GetUnsignedIntegerValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut ULONG
) -> HRESULT
[src]

pub unsafe fn SetSignedIntegerValue(
    &self,
    key: REFPROPERTYKEY,
    Value: LONG
) -> HRESULT
[src]

pub unsafe fn GetSignedIntegerValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut LONG
) -> HRESULT
[src]

pub unsafe fn SetUnsignedLargeIntegerValue(
    &self,
    key: REFPROPERTYKEY,
    Value: ULONGLONG
) -> HRESULT
[src]

pub unsafe fn GetUnsignedLargeIntegerValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut ULONGLONG
) -> HRESULT
[src]

pub unsafe fn SetSignedLargeIntegerValue(
    &self,
    key: REFPROPERTYKEY,
    Value: LONGLONG
) -> HRESULT
[src]

pub unsafe fn GetSignedLargeIntegerValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut LONGLONG
) -> HRESULT
[src]

pub unsafe fn SetFloatValue(&self, key: REFPROPERTYKEY, Value: FLOAT) -> HRESULT[src]

pub unsafe fn GetFloatValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut FLOAT
) -> HRESULT
[src]

pub unsafe fn SetErrorValue(
    &self,
    key: REFPROPERTYKEY,
    Value: HRESULT
) -> HRESULT
[src]

pub unsafe fn GetErrorValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut HRESULT
) -> HRESULT
[src]

pub unsafe fn SetKeyValue(
    &self,
    key: REFPROPERTYKEY,
    Value: REFPROPERTYKEY
) -> HRESULT
[src]

pub unsafe fn GetKeyValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut PROPERTYKEY
) -> HRESULT
[src]

pub unsafe fn SetBoolValue(&self, key: REFPROPERTYKEY, Value: BOOL) -> HRESULT[src]

pub unsafe fn GetBoolValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut BOOL
) -> HRESULT
[src]

pub unsafe fn SetIUnknownValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut IUnknown
) -> HRESULT
[src]

pub unsafe fn GetIUnknownValue(
    &self,
    key: REFPROPERTYKEY,
    ppValue: *mut *mut IUnknown
) -> HRESULT
[src]

pub unsafe fn SetGuidValue(
    &self,
    key: REFPROPERTYKEY,
    Value: REFGUID
) -> HRESULT
[src]

pub unsafe fn GetGuidValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut GUID
) -> HRESULT
[src]

pub unsafe fn SetBufferValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut BYTE,
    cbValue: DWORD
) -> HRESULT
[src]

pub unsafe fn GetBufferValue(
    &self,
    key: REFPROPERTYKEY,
    ppValue: *mut *mut BYTE,
    pcbValue: *mut DWORD
) -> HRESULT
[src]

pub unsafe fn SetIPortableDeviceValuesValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut IPortableDeviceValues
) -> HRESULT
[src]

pub unsafe fn GetIPortableDeviceValuesValue(
    &self,
    key: REFPROPERTYKEY,
    ppValue: *mut *mut IPortableDeviceValues
) -> HRESULT
[src]

pub unsafe fn SetIPortableDevicePropVariantCollectionValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut IPortableDevicePropVariantCollection
) -> HRESULT
[src]

pub unsafe fn GetIPortableDevicePropVariantCollectionValue(
    &self,
    key: REFPROPERTYKEY,
    ppValue: *mut *mut IPortableDevicePropVariantCollection
) -> HRESULT
[src]

pub unsafe fn SetIPortableDeviceKeyCollectionValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut IPortableDeviceKeyCollection
) -> HRESULT
[src]

pub unsafe fn GetIPortableDeviceKeyCollectionValue(
    &self,
    key: REFPROPERTYKEY,
    ppValue: *mut *mut IPortableDeviceKeyCollection
) -> HRESULT
[src]

pub unsafe fn SetIPortableDeviceValuesCollectionValue(
    &self,
    key: REFPROPERTYKEY,
    pValue: *mut IPortableDeviceValuesCollection
) -> HRESULT
[src]

pub unsafe fn GetIPortableDeviceValuesCollectionValue(
    &self,
    key: REFPROPERTYKEY,
    ppValue: *mut *mut IPortableDeviceValuesCollection
) -> HRESULT
[src]

pub unsafe fn RemoveValue(&self, key: REFPROPERTYKEY) -> HRESULT[src]

pub unsafe fn CopyValuesFromPropertyStore(
    &self,
    pStore: *mut IPropertyStore
) -> HRESULT
[src]

pub unsafe fn CopyValuesToPropertyStore(
    &self,
    pStore: *mut IPropertyStore
) -> HRESULT
[src]

pub unsafe fn Clear(&self) -> HRESULT[src]

Methods from Deref<Target = IUnknown>

pub unsafe fn QueryInterface(
    &self,
    riid: REFIID,
    ppvObject: *mut *mut c_void
) -> HRESULT
[src]

pub unsafe fn AddRef(&self) -> ULONG[src]

pub unsafe fn Release(&self) -> ULONG[src]

Trait Implementations

impl Interface for IPortableDeviceValues[src]

impl Deref for IPortableDeviceValues[src]

type Target = IUnknown

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]