SetupGetFieldCount
[New
- Windows NT]
The SetupGetFieldCount
function retrieves the number of fields in the specified line in an INF file.
DWORD SetupGetFieldCount(
PINFCONTEXT Context |
//specifies the
line to count fields in |
); |
|
Parameters
Context
Pointer to the
context for a line in an INF file.
Return Values
This function
returns the number of fields on the line. If Context is invalid, 0 is
returned.
See Also