[][src]Struct winapi::um::portabledeviceapi::IPortableDeviceResourcesVtbl

#[repr(C)]
pub struct IPortableDeviceResourcesVtbl {
    pub parent: IUnknownVtbl,
    pub GetSupportedResources: unsafe extern "system" fn(This: *mut IPortableDeviceResources, pszObjectID: LPCWSTR, ppKeys: *mut *mut IPortableDeviceKeyCollection) -> HRESULT,
    pub GetResourceAttributes: unsafe extern "system" fn(This: *mut IPortableDeviceResources, pszObjectID: LPCWSTR, Key: REFPROPERTYKEY, ppResourceAttributes: *mut *mut IPortableDeviceValues) -> HRESULT,
    pub GetStream: unsafe extern "system" fn(This: *mut IPortableDeviceResources, pszObjectID: LPCWSTR, Key: REFPROPERTYKEY, dwMode: DWORD, pdwOptimalBufferSize: *mut DWORD, ppStream: *mut *mut IStream) -> HRESULT,
    pub Delete: unsafe extern "system" fn(This: *mut IPortableDeviceResources, pszObjectID: LPCWSTR, pKeys: *mut IPortableDeviceKeyCollection) -> HRESULT,
    pub Cancel: unsafe extern "system" fn(This: *mut IPortableDeviceResources) -> HRESULT,
    pub CreateResource: unsafe extern "system" fn(This: *mut IPortableDeviceResources, pResourceAttributes: *mut IPortableDeviceValues, ppData: *mut *mut IStream, pdwOptimalWriteBufferSize: *mut DWORD, ppszCookie: *mut LPWSTR) -> HRESULT,
}

Fields

parent: IUnknownVtblGetSupportedResources: unsafe extern "system" fn(This: *mut IPortableDeviceResources, pszObjectID: LPCWSTR, ppKeys: *mut *mut IPortableDeviceKeyCollection) -> HRESULTGetResourceAttributes: unsafe extern "system" fn(This: *mut IPortableDeviceResources, pszObjectID: LPCWSTR, Key: REFPROPERTYKEY, ppResourceAttributes: *mut *mut IPortableDeviceValues) -> HRESULTGetStream: unsafe extern "system" fn(This: *mut IPortableDeviceResources, pszObjectID: LPCWSTR, Key: REFPROPERTYKEY, dwMode: DWORD, pdwOptimalBufferSize: *mut DWORD, ppStream: *mut *mut IStream) -> HRESULTDelete: unsafe extern "system" fn(This: *mut IPortableDeviceResources, pszObjectID: LPCWSTR, pKeys: *mut IPortableDeviceKeyCollection) -> HRESULTCancel: unsafe extern "system" fn(This: *mut IPortableDeviceResources) -> HRESULTCreateResource: unsafe extern "system" fn(This: *mut IPortableDeviceResources, pResourceAttributes: *mut IPortableDeviceValues, ppData: *mut *mut IStream, pdwOptimalWriteBufferSize: *mut DWORD, ppszCookie: *mut LPWSTR) -> HRESULT

Auto Trait Implementations

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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