Jump to content

MEMORYITEM: Difference between revisions

From EDM2
Created page with "USAGE_MEMORY structure. == Type == struct == C Declaration Method == typedef struct == Example Code == <PRE> typedef struct _MEMORYITEM { ULONG cbBuffer; Number of bytes in the memory block.: } MEMORYITEM; typedef MEMORYITEM *PMEMORYITEM; </PRE> Category:WPS Data type"
 
(No difference)

Latest revision as of 02:58, 3 May 2025

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;