typedef enum { // FO_PARAM - FileOpen Paramaters FO_READ=1, FO_WRITE=2, FO_CREATE_ALWAYS=4, FO_OPEN_EXCLUSIVE=8 } FO_PARAM;