Jump to content

ACB_MEM_PLAYL

From EDM2

This structure is a pointer to a memory stream handler playlist object Associate Control Block (ACB).

typedef struct _ACB_MEM_PLAYL {
  ULONG      ulACBLen;    /* Structure length. */
  ULONG      ulObjType;   /* Object type. */
  PVOID      pMemoryAddr; /* Memory object starting address. */
} ACB_MEM_PLAYL;

typedef ACB_MEM_PLAYL *PACB_MEM_PLAYL;