Jump to content

ACB_SET

From EDM2

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;