Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 822 Bytes

dword.md

File metadata and controls

34 lines (30 loc) · 822 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
DWORD | Microsoft Docs
11/04/2016
cpp-tools
article
DWORD
C++
DWORD directive
20efd7c6-1ee6-45a1-9feb-86ce7978142a
8
corob-msft
corob
ghogen

DWORD

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

Syntax

[[name]] DWORD initializer [[, initializer]]...  

Remarks

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

See Also

Directives Reference
SDWORD
DD