FOLDER_TYPE Type (Union)

AMS 2.00 or higher unknown.h

typedef union {
unsigned short *pW;
SYM_ENTRY *pS;
unsigned char *pB;
} FOLDER_TYPE;

A union of three pointers, pointing either to a handle, a SYM_ENTRY or a file in memory.

This union is used by SymPG_S. Any information is welcome.