Jump to content

DWORD

From EDM2
Revision as of 19:41, 18 May 2025 by Martini (talk | contribs) (Created page with "32-bit unsigned integer in the range 0 through 4 294 967 295. ==Syntax== typedef unsigned long DWORD; == Type == unsigned long == C Declaration Method == typedef Category:Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

32-bit unsigned integer in the range 0 through 4 294 967 295.

Syntax

typedef unsigned long DWORD;

Type

unsigned long

C Declaration Method

typedef