OSAStruct.h
This example shows OSAStruct.h source code:
#ifndef OSASAMPLE_DEF_HPP
#define SASAMPLE_DEF_HPP
#define chAmpersand '&'
#define chOpenAngle '<'
#define chCloseAngle '>'
#define chDoubleQuote ''
#define PAGEOF_TYPE TP
typedef struct tagOSASAMPLE_STRUCT
{
unsigned short nCount;
FILE *fpOutput;
} OSASAMPLE_STRUCT, *POSASAMPLE_STRUCT;
#endif