Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.04 KB

comm.md

File metadata and controls

37 lines (30 loc) · 1.04 KB
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
COMM | Microsoft Docs
11/04/2016
cpp-tools
article
COMM
C++
COMM directive
a23548c4-ad04-41fa-91da-945f228de742
7
corob-msft
corob
ghogen

COMM

Creates a communal variable with the attributes specified in definition.

Syntax

  
COMM definition [[, definition]] ...  

Remarks

Each definition has the following form:

[[langtype]] [[NEAR | FAR]] label**:type[[:**count]]

The label is the name of the variable. The type can be any type specifier (BYTE, WORD, and so on) or an integer specifying the number of bytes. The count specifies the number of data objects (one is the default).

See Also

Directives Reference