Codex API: Common Dialog Boxes

CodexAbout

The CodexAbout function displays the standard Codex about box.

 

VOID CodexAbout(
    HICON hIcon,          // handle to application icon
    LPCTSTR lpProduct,    // name of application
    LPCTSTR lpCopyright,  // application copyright
    LPCTSTR lpDesign,     // application developer
    LPCTSTR lpDesignURL,  // application developer URL
    LPCTSTR lpVersion     // application version
);

Parameters

hIcon

[in] Handle to application icon. This icon is displayed in the top left corner of the about box.

lpProduct

[in] Pointer to a null terminated string that specifies the name of the Codex application.

lpCopyright

[in] Pointer to a null terminated string that contains application copyright information.

lpDesign

[in] Pointer to a null terminated string that contains information about the developer of the application.

lpDesignURL

[in] Pointer to a null terminated string that specifies the URL of the developer of the application. This is a clickable link.

lpVersion

[in] Pointer to a null terminated string that contains application version information text.

Return Values

This function does not return any values.

Requirements

Windows NT/2000/XP: Requires Windows NT 4.0 SP4 or later.
Windows 95/98/Me:
Requires Windows 98 (or Windows 95 with DCOM 1.2).
Header:
Declared in mCodexAPI.h.
Library:
Use mCodexAPI.dll.

See Also

Codex API Overview, Codex API Functions, StartSplash, EndSplash