ReactOS 0.4.16-dev-457-g087979e
|
#include <rtltypes.h>
Public Attributes | |
PUCHAR | Buffer |
PUCHAR | StaticBuffer |
SIZE_T | Size |
SIZE_T | StaticSize |
SIZE_T | ReservedForAllocatedSize |
PVOID | ReservedForIMalloc |
Definition at line 1873 of file rtltypes.h.
PUCHAR _RTL_BUFFER::Buffer |
Definition at line 1875 of file rtltypes.h.
Referenced by CreateProcessInternalW(), RtlNtPathNameToDosPathName(), SdbGetMatchingExe(), and SdbpMatchExe().
SIZE_T _RTL_BUFFER::ReservedForAllocatedSize |
Definition at line 1879 of file rtltypes.h.
PVOID _RTL_BUFFER::ReservedForIMalloc |
Definition at line 1880 of file rtltypes.h.
SIZE_T _RTL_BUFFER::Size |
Definition at line 1877 of file rtltypes.h.
Referenced by CreateProcessInternalW(), RtlNtPathNameToDosPathName(), and SdbpMatchExe().
PUCHAR _RTL_BUFFER::StaticBuffer |
Definition at line 1876 of file rtltypes.h.
Referenced by CreateProcessInternalW().
SIZE_T _RTL_BUFFER::StaticSize |
Definition at line 1878 of file rtltypes.h.
Referenced by CreateProcessInternalW().