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