Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.44 KB

atl-predefined-symbols.md

File metadata and controls

35 lines (28 loc) · 1.44 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: ATL Predefined Symbols
ATL Predefined Symbols
02/14/2019
symbols [C++], ATL predefined
ATL symbols
60d8f4e6-6ed9-47f3-9051-e4bf34384456

ATL Predefined Symbols

These symbols are defined in the ATL header files, but they support standard Windows application functions and actions. These symbols are mainly used with dialog boxes.

When you are working with dialogs and controls in the Dialog Editor, these symbols will appear in the Properties window associated with common controls. For instance, if your dialog box has a Cancel button, that command will be associated with the symbol IDCANCEL in the Properties window.

Name Description
IDABORT (control) Dialog box, Abort button
IDC_STATIC (control) Static control
IDCANCEL (control) Dialog box, Cancel button
IDIGNORE (control) Dialog box, Ignore button
IDNO (control) Dialog box, No button
IDOK (control) Dialog box, OK button
IDR_ACCELERATOR1 (resource) Accelerator table
IDRETRY (control) Dialog box, Retry button
IDS_PROJNAME (string) Current application name
IDYES (control) Dialog box, Yes button

Requirements

ATL

See also

Predefined Symbol IDs
MFC Predefined Symbols
Win32 Predefined Symbols