SizedDtblComboBox
The SizedDtblComboBox
macro defines a structure similar to DTBLCOMBOBOX, but with the added
explicit number of characters in the combo box s text edit, or static text, control.
Quick Info
Header
file: |
MAPIDEFS.H |
Related
structure: |
DTBLCOMBOBOX |
SizedDtblComboBox (int n, u)
Parameters
n
The length of
the allowed character string. The structure type is defined with the tag
_DTBLCOMBOBOX_u and type name u. See the ulbLpszCharsAllowed
member of this structure for the formatting rules of this character string.
Remarks
The SizedDtblComboBox
macro provides a way to define a combo box when the length of the allowed
character string is known.
To use a
sized display table combo box pointer lpSizedDtblComboBox in any function call
or structure that expects a LPDTBLCOMBOBOX pointer, perform the following cast:
lpDtblComboBox = (LPDTBLCOMBOBOX)
lpSizedDtblComboBox