CPatchFile::IsInitialized

The CPatchFile::IsInitialized function determines whether the object and library have been initialized.

BOOL IsInitialized();

Parameters

None.

Return Values

If the function returns TRUE, the object and library have been initialized.

Remarks

Use this function after constructing an object of this class, to verify that it has been initialized.

Requirements

Windows NT/2000/XP: Requires Windows NT 4.0 SP3 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Include apatch.h.
Library: Use apatch32.lib.
Unicode: Implemented as Unicode and ANSI versions on Windows NT/2000/XP.

See Also

CPatchFile::CPatchFile