Breyta

Deila með


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