Function : Canonical Format Conversion

odsmacro - Define ODS conversion symbol.
----------------------------------------------------------------------------------------------------------

#include <ods.h>

void odsmacro(
(any data type) name,
int num,
int size
);

Description :

This macro is used to define conversion codes that identify Domino data structures that are stored in canonical format to the ODS conversion routines. The name of the conversion code consists of an underscore followed by the name of the structure. For example, the conversion code for a WORD is _WORD, and the code for a CDHEADER is _CDHEADER.

Parameters :

See Also :

ODSReadMemory
----------------------------------------------------------------------------------------------------------