SetupFindNextLine  16T.RMN 

[New - Windows NT]

The SetupFindNextLine returns the location of the next line in an INF file section relative to ContextIn.Line.

BOOL SetupFindNextLine(

    PINFCONTEXT ContextIn,

// starting context in an INF file

    PINFCONTEXT ContextOut

// context of the next line

   );

 

 

Parameters

ContextIn

Pointer to the INF file context retrieved by a call to the SetupFindFirstLine function.

ContextOut

Pointer to a caller-supplied variable in which this function returns the context of the found line. ContextOut can point to ContextIn if the caller wishes.

 

Return Values

If this function finds the next line, the return value is TRUE. Otherwise, the return value is FALSE.

Remarks

If ContextIn.Inf references multiple INF files that have been appended together using SetupOpenAppendInfFile132.P6I, this function searches across the specified section in all files referenced by the HINF to locate the next line.

See Also

SetupFindFirstLine, SetupFindNextMatchLine, SetupGetLineByIndex