USAGE_MEMORY structure.

typedef struct _MEMORYITEM {
  ULONG     cbBuffer;  /*  Number of bytes in the memory block. */
} MEMORYITEM;

typedef   MEMORYITEM   * PMEMORYITEM ;


[Back] [Next]