Skip to content

Latest commit

 

History

History
57 lines (54 loc) · 1.77 KB

File metadata and controls

57 lines (54 loc) · 1.77 KB
title ATL Predefined Symbols | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
symbols, ATL predefined
ATL symbols
ms.assetid 60d8f4e6-6ed9-47f3-9051-e4bf34384456
caps.latest.revision 5
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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.

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
Symbols: Resource Identifiers