SizedDtblGroupBox

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 DTBLGROUPBOX structure for describing a group box control and a label of a specified length.

Header file:

Mapidefs.h

Related structure:

DTBLGROUPBOX

SizedDtblGroupBox (n, u)

Parameters

  • n
    Length of the group box's label.

  • u
    Name for the new structure.

Remarks

The SizedDtblGroupBox macro lets you define a group box control when the length of the label is known. The new structure is created with the following members:

DTBLGROUPBOX dtblgroupbox;
TCHAR lpszLabel[n];

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

lpDtblGroupBox = (LPDTBLGROUPBOX) &SizedDtblGroupBox;

See Also

Reference

DTBLGROUPBOX

Concepts

Macros Related to Structures