Skip to content

Latest commit

 

History

History
50 lines (46 loc) · 981 Bytes

File metadata and controls

50 lines (46 loc) · 981 Bytes
title DD | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
dd
dev_langs
C++
helpviewer_keywords
DD directive
ms.assetid 0c238628-2fe2-437e-979d-a90bdae7b478
caps.latest.revision 9
author corob-msft
ms.author corob
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

DD

Allocates and optionally initializes a double word (4 bytes) of storage for each initializer. DD is a synonym of DWORD.

Syntax

[[name]] DD initializer [[, initializer]]...  

Remarks

Can also be used as a type specifier anywhere a type is legal.

See Also

Directives Reference