SetupGetLineCount
[New
- Windows NT]
The SetupGetLineCount
function returns the number of lines in a specified section of an INF file.
LONG SetupGetLineCount(
HINF InfHandle, |
// handle to the
INF file |
PCTSTR Section |
// the section
in which to count lines |
); |
|
Parameters
InfHandle
Handle of the
INF file.
Section
Pointer to a
null-terminated string that specifies the section in which you want to count
the lines.
Return Values
If InfHandle
references multiple INF files that have been appended together using SetupOpenAppendInfFile