Target:
typedef BOOL (*HIO2EnumCallback)( HIO2DeviceType type);
Host:
typedef BOOL (*HIO2EnumCallback)( HIO2DevicePath pathName, LPVOID param );
Target:
| type | EXI device type. |
|---|
Host:
| pathName | Device path name. |
|---|---|
| param | Argument specified in the HIO2EnumDevices function. |
Returns TRUE if device enumeration is continuing; FALSE if device enumeration ended.
This function is called during device enumeration.
2006/05/29 Initial version.
CONFIDENTIAL