This is the Set Associate Control Block data structure.
typedef struct _ACB_SET {
ULONG ulACBLen; /* Structure length. */
ULONG ulObjType; /* ACBTYPE_SET. */
ULONG ulFlags; /* Set flags. */
ULONG ulReserved; /* Reserved. */
} ACB_SET;
typedef ACB _ SET * PACB _ SET ;