SetupOpenMasterInf  2CBI5GE 

[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 GetLastError11C2VS7.

See Also

SetupOpenInfFile, SetupOpenAppendInfFile