HIO2EnumCallback

Syntax

Target:

typedef BOOL (*HIO2EnumCallback)( HIO2DeviceType type);

Host:

typedef BOOL (*HIO2EnumCallback)( HIO2DevicePath pathName, LPVOID param );

Arguments

Target:

type EXI device type.

Host:

pathName Device path name.
param Argument specified in the HIO2EnumDevices function.

Return Values

Returns TRUE if device enumeration is continuing; FALSE if device enumeration ended.

Description

This function is called during device enumeration.

See Also

HIO2EnumDevices

Revision History

2006/05/29 Initial version.


CONFIDENTIAL