SetupOpenMasterInf
[New
- Windows NT]
The SetupOpenMasterInf
function opens the master INF file that contains file and layout
information for files shipped with Windows NT.
HINF SetupOpenMasterInf(
VOID |
// takes no
parameters |
); |
|
Parameters
None.
Return Values
If SetupOpenMasterInf
is successful, it returns a handle to the opened INF file that contains
file/layout information for files shipped with Windows NT. Otherwise, the
return value is INVALID_HANDLE_VALUE. To get extended error information, call GetLastError
See Also