SizedDtblCheckBox

The SizedDtblCheckBox macro defines a structure similar to DTBLCHECKBOX but containing a label of specified character length.

Quick Info

Header file:

MAPIDEFS.H

Related structure:

DTBLCHECKBOX2CBV0HA

 

SizedDtblCheckBox (int n, u)

Parameters

n

The character length of the check box's label. The structure type is defined with the tag _DTBLCHECKBOX_ u and type name u.

 

Remarks

The SizedDtblCheckBox macro provides a way to define a check box when the number of label characters is known. A DTBLCHECKBOX structure does not explicitly give the length of the lpszLabel string, it only provides an offset to the first character in it.

To use a sized display table check box pointer lpSizedDtblCheckBox in any function call or structure that expects an LPDTBLCHECKBOX pointer, perform the following cast:

lpDtblCheckBox = (LPDTBLCHECKBOX) lpSizedDtblCheckBox