CDSIZEOF_STRUCT macro (commdlg.h)

Gets the size of a struct up to the specified member

Syntax

void CDSIZEOF_STRUCT(
   structname,
   member
);

Parameters

structname

The struct for which a size will be calculated

member

The member at which to stop calculating size

Return value

None

Requirements

Requirement Value
Header commdlg.h