FolderStats Type (Enumeration)

vat.h

enum FolderStats {MAIN_FOLDER = 2, FOLDER_TABLE = 3, NOT_FOUND = 4, BAD_FOLDER = 5};

An enumeration for describing possible results of the FolderFind function.