ReactOS 0.4.15-dev-7953-g1f49173
_NDR_MEMORY_LIST Struct Reference
Collaboration diagram for _NDR_MEMORY_LIST:

Public Attributes

ULONG magic
 
ULONG size
 
ULONG reserved
 
struct _NDR_MEMORY_LISTnext
 

Detailed Description

Definition at line 392 of file ndr_marshall.c.

Member Data Documentation

◆ magic

ULONG _NDR_MEMORY_LIST::magic

Definition at line 394 of file ndr_marshall.c.

Referenced by NdrAllocate().

◆ next

struct _NDR_MEMORY_LIST* _NDR_MEMORY_LIST::next

Definition at line 397 of file ndr_marshall.c.

Referenced by NdrAllocate().

◆ reserved

ULONG _NDR_MEMORY_LIST::reserved

Definition at line 396 of file ndr_marshall.c.

Referenced by NdrAllocate().

◆ size

ULONG _NDR_MEMORY_LIST::size

Definition at line 395 of file ndr_marshall.c.

Referenced by NdrAllocate().


The documentation for this struct was generated from the following file: