SizedDtblButton

The SizedDtblButton macro creates a named structure that includes a DTBLBUTTON structure for describing a button and a label of a specified length.

Quick Info

Header file: MAPIDEFS.H
Related structure: DTBLBUTTON

SizedDtblButton (n, u)

Parameters

n
Length of the label to be included in the new structure.
u
Name for the new structure.

Remarks

The new structure is created with the following members:

DTBLBUTTON            dtblbutton;
TCHAR                 lpszLabel[n];