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

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

Fields

lpVtbl: *const IPortableDeviceContent2Vtbl

Methods

impl IPortableDeviceContent2[src]

pub unsafe fn UpdateObjectWithPropertiesAndData(
    &self,
    pszObjectID: LPCWSTR,
    pProperties: *mut IPortableDeviceValues,
    ppData: *mut *mut IStream,
    pdwOptimalWriteBufferSize: *mut DWORD
) -> HRESULT
[src]

Methods from Deref<Target = IPortableDeviceContent>

pub unsafe fn EnumObjects(
    &self,
    dwFlags: DWORD,
    pszParentObjectID: LPCWSTR,
    pFilter: *mut IPortableDeviceValues,
    ppEnum: *mut *mut IEnumPortableDeviceObjectIDs
) -> HRESULT
[src]

pub unsafe fn Properties(
    &self,
    ppProperties: *mut *mut IPortableDeviceProperties
) -> HRESULT
[src]

pub unsafe fn Transfer(
    &self,
    ppResources: *mut *mut IPortableDeviceResources
) -> HRESULT
[src]

pub unsafe fn CreateObjectWithPropertiesOnly(
    &self,
    pValues: *mut IPortableDeviceValues,
    ppszObjectID: *mut LPWSTR
) -> HRESULT
[src]

pub unsafe fn CreateObjectWithPropertiesAndData(
    &self,
    pValues: *mut IPortableDeviceValues,
    ppData: *mut *mut IStream,
    pdwOptimalWriteBufferSize: *mut DWORD,
    ppszCookie: *mut LPWSTR
) -> HRESULT
[src]

pub unsafe fn Delete(
    &self,
    dwOptions: DWORD,
    pObjectIDs: *mut IPortableDevicePropVariantCollection,
    ppResults: *mut *mut IPortableDevicePropVariantCollection
) -> HRESULT
[src]

pub unsafe fn GetObjectIDsFromPersistentUniqueIDs(
    &self,
    pPersistentUniqueIDs: *mut IPortableDevicePropVariantCollection,
    ppObjectIDs: *mut *mut IPortableDevicePropVariantCollection
) -> HRESULT
[src]

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

pub unsafe fn Move(
    &self,
    pObjectIDs: *mut IPortableDevicePropVariantCollection,
    pszDestinationFolderObjectID: LPCWSTR,
    ppResults: *mut *mut IPortableDevicePropVariantCollection
) -> HRESULT
[src]

pub unsafe fn Copy(
    &self,
    pObjectIDs: *mut IPortableDevicePropVariantCollection,
    pszDestinationFolderObjectID: LPCWSTR,
    ppResults: *mut *mut IPortableDevicePropVariantCollection
) -> HRESULT
[src]

Trait Implementations

impl Interface for IPortableDeviceContent2[src]

impl Deref for IPortableDeviceContent2[src]

type Target = IPortableDeviceContent

The resulting type after dereferencing.

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]