Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Causes the Virtual Machine Worker to return the specified virtual device.
Syntax
HRESULT GetDevice(
[in] REFGUID CategoryID,
[in] REFGUID DeviceID,
[out, retval] IUnknown** Device
);
Parameters
CategoryID [in]
The device category ID.
DeviceID [in]
The device instance ID.
Device [out, retval]
Receives a pointer to an IUnknown interface representing the device.
Return value
An HRESULT.
Remarks
Requirements
| Requirement | Value |
|---|---|
| Header | N/A |
See also