CbMAPIFormInfoArray
The CbMAPIFormInfoArray
macro determines the minimum number of bytes required to hold an SMAPIFormInfoArray
containing a specified number of IMAPIFormInfo interface pointers.
Quick Info
Header
file: |
MAPIFORM.H |
Related
structure: |
SMAPIFormInfoArray |
int
CbMAPIFormInfoArray (int _c)
Parameters
_c
Count of IMAPIFormInfo
interface pointers.
Remarks
The CbMAPIFormInfoArray
macro returns the number of bytes of memory needed to hold a SMAPIFormInfoArray
containing the number of interface pointers specified by _c.