ReactOS 0.4.17-dev-684-ga6524ef
_RTL_BUFFER Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_BUFFER:

Public Attributes

PUCHAR Buffer
 
PUCHAR StaticBuffer
 
SIZE_T Size
 
SIZE_T StaticSize
 
SIZE_T ReservedForAllocatedSize
 
PVOID ReservedForIMalloc
 

Detailed Description

Definition at line 1898 of file rtltypes.h.

Member Data Documentation

◆ Buffer

PUCHAR _RTL_BUFFER::Buffer

◆ ReservedForAllocatedSize

SIZE_T _RTL_BUFFER::ReservedForAllocatedSize

Definition at line 1904 of file rtltypes.h.

◆ ReservedForIMalloc

PVOID _RTL_BUFFER::ReservedForIMalloc

Definition at line 1905 of file rtltypes.h.

◆ Size

SIZE_T _RTL_BUFFER::Size

Definition at line 1902 of file rtltypes.h.

Referenced by CreateProcessInternalW(), RtlNtPathNameToDosPathName(), and SdbpMatchExe().

◆ StaticBuffer

PUCHAR _RTL_BUFFER::StaticBuffer

Definition at line 1901 of file rtltypes.h.

Referenced by CreateProcessInternalW().

◆ StaticSize

SIZE_T _RTL_BUFFER::StaticSize

Definition at line 1903 of file rtltypes.h.

Referenced by CreateProcessInternalW().


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