FolderOpFlags Type (Enumeration)

vat.h

enum FolderOpFlags {FOP_UNLOCK = 0, FOP_LOCK = 1, FOP_ALL_FOLDERS = 0x80};

An enumeration for describing possible options for the FolderOp function.