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 to HIO2EnumDevices |
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