|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| HRESULT | GetConnectorCount ([out] UINT *pCount) |
| HRESULT | GetConnector ([in] UINT nIndex, [out] IConnector **ppConnector) |
| HRESULT | GetSubunitCount ([out] UINT *pCount) |
| HRESULT | GetSubunit ([in] UINT nIndex, [out] ISubUnit **ppConnector) |
| HRESULT | GetPartById ([in] UINT nId, [out] IPart **ppPart) |
| HRESULT | GetDeviceId ([out] LPWSTR *ppwstrDeviceId) |
| HRESULT | GetSignalPath ([in] IPart *pIPartFrom, [in] IPart *pIPartTo, [in] BOOL bRejectMixedPaths, [out] IPartsList **ppParts) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 693 of file devicetopology.idl.
| HRESULT IDeviceTopology::GetConnector | ( | [in] UINT | nIndex, |
| [out] IConnector ** | ppConnector | ||
| ) |
| HRESULT IDeviceTopology::GetSignalPath | ( | [in] IPart * | pIPartFrom, |
| [in] IPart * | pIPartTo, | ||
| [in] BOOL | bRejectMixedPaths, | ||
| [out] IPartsList ** | ppParts | ||
| ) |