MEMORYITEM
Appearance
USAGE_MEMORY structure.
Type
struct
C Declaration Method
typedef struct
Example Code
typedef struct _MEMORYITEM {
ULONG cbBuffer; /* Number of bytes in the memory block. */
} MEMORYITEM;
typedef MEMORYITEM *PMEMORYITEM;