Share via


SizedDtblButton

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Creates a named structure that includes a DTBLBUTTON structure for describing a button and a label of a specified length.

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];

See Also

Reference

DTBLBUTTON

Concepts

Macros Related to Structures