Directory Contents Search << >>


IsSecondaryWindow

BOOL IsSecondaryWindow(LPCSTR FileName, LPCSTR WindowName)

Tests if the given Help-File contains a Definition of the diven Secondary Window-Name.

Defined in: C:/HLPACCES/ISSECOND.C

Return Value

Indicates if the Window-Definition exists

TRUE

The file contains such a Window-Definition

FALSE

The file does not exist, is no help file or does not contain such a Window-Definition

Parameters

FileName

Filename of the Help-File

WindowName

name of the secondary Window

Comments

Lower/Upper case do not care.

logo