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

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

Fields

lpVtbl: *const IPortableDeviceContentVtbl

Methods

impl IPortableDeviceContent[src]

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]

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 IPortableDeviceContent[src]

impl Deref for IPortableDeviceContent[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]