[][src]Struct winapi::um::devicetopology::IPartVtbl

#[repr(C)]
pub struct IPartVtbl {
    pub parent: IUnknownVtbl,
    pub GetName: unsafe extern "system" fn(This: *mut IPart, ppwstrName: *mut LPWSTR) -> HRESULT,
    pub GetLocalId: unsafe extern "system" fn(This: *mut IPart, pnId: *mut UINT) -> HRESULT,
    pub GetGlobalId: unsafe extern "system" fn(This: *mut IPart, ppwstrGlobalId: *mut LPWSTR) -> HRESULT,
    pub GetPartType: unsafe extern "system" fn(This: *mut IPart, pPartType: *mut PartType) -> HRESULT,
    pub GetSubType: unsafe extern "system" fn(This: *mut IPart, pSubType: *mut GUID) -> HRESULT,
    pub GetControlInterfaceCount: unsafe extern "system" fn(This: *mut IPart, pCount: *mut UINT) -> HRESULT,
    pub GetControlInterface: unsafe extern "system" fn(This: *mut IPart, nIndex: UINT, ppInterfaceDesc: *mut *mut IControlInterface) -> HRESULT,
    pub EnumPartsIncoming: unsafe extern "system" fn(This: *mut IPart, ppParts: *mut *mut IPartsList) -> HRESULT,
    pub EnumPartsOutgoing: unsafe extern "system" fn(This: *mut IPart, ppParts: *mut *mut IPartsList) -> HRESULT,
    pub GetTopologyObject: unsafe extern "system" fn(This: *mut IPart, ppTopology: *mut *mut IDeviceTopology) -> HRESULT,
    pub Activate: unsafe extern "system" fn(This: *mut IPart, dwClsContext: DWORD, refiid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT,
    pub RegisterControlChangeCallback: unsafe extern "system" fn(This: *mut IPart, riid: REFGUID, pNotify: *mut IControlChangeNotify) -> HRESULT,
    pub UnregisterControlChangeCallback: unsafe extern "system" fn(This: *mut IPart, pNotify: *mut IControlChangeNotify) -> HRESULT,
}

Fields

parent: IUnknownVtblGetName: unsafe extern "system" fn(This: *mut IPart, ppwstrName: *mut LPWSTR) -> HRESULTGetLocalId: unsafe extern "system" fn(This: *mut IPart, pnId: *mut UINT) -> HRESULTGetGlobalId: unsafe extern "system" fn(This: *mut IPart, ppwstrGlobalId: *mut LPWSTR) -> HRESULTGetPartType: unsafe extern "system" fn(This: *mut IPart, pPartType: *mut PartType) -> HRESULTGetSubType: unsafe extern "system" fn(This: *mut IPart, pSubType: *mut GUID) -> HRESULTGetControlInterfaceCount: unsafe extern "system" fn(This: *mut IPart, pCount: *mut UINT) -> HRESULTGetControlInterface: unsafe extern "system" fn(This: *mut IPart, nIndex: UINT, ppInterfaceDesc: *mut *mut IControlInterface) -> HRESULTEnumPartsIncoming: unsafe extern "system" fn(This: *mut IPart, ppParts: *mut *mut IPartsList) -> HRESULTEnumPartsOutgoing: unsafe extern "system" fn(This: *mut IPart, ppParts: *mut *mut IPartsList) -> HRESULTGetTopologyObject: unsafe extern "system" fn(This: *mut IPart, ppTopology: *mut *mut IDeviceTopology) -> HRESULTActivate: unsafe extern "system" fn(This: *mut IPart, dwClsContext: DWORD, refiid: REFIID, ppvObject: *mut *mut c_void) -> HRESULTRegisterControlChangeCallback: unsafe extern "system" fn(This: *mut IPart, riid: REFGUID, pNotify: *mut IControlChangeNotify) -> HRESULTUnregisterControlChangeCallback: unsafe extern "system" fn(This: *mut IPart, pNotify: *mut IControlChangeNotify) -> HRESULT

Auto Trait Implementations

impl Unpin for IPartVtbl

impl Send for IPartVtbl

impl Sync for IPartVtbl

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]