SizedDtblCheckBox

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Creates a named structure that includes a DTBLCHECKBOX structure for describing a check box control and a label of a specified length.

Header file:

Mapidefs.h

Related structure:

DTBLCHECKBOX

SizedDtblCheckBox (n, u)

Parameters

  • n
    Length of the label to be included in the new structure.

  • u
    Name for the new structure.

Remarks

The SizedDtblCheckBox macro lets you define a check box when the number of label characters is known. The new structure is created with the following members:

DTBLCHECKBOX dtblcheckbox;
TCHAR lpszLabel[n];

To use a pointer to the resulting structure from the SizedDtblCheckBox macro as a DTBLCHECKBOX structure pointer, perform the following cast:

lpDtblCheckBox = (LPDTBLCHECKBOX) &SizedDtblCheckBox;

See Also

Reference

DTBLCHECKBOX

Concepts

Macros Related to Structures