ReactOS 0.4.16-dev-1210-gbc03c01
|
#include <rtltypes.h>
Public Attributes | |
PUCHAR | Buffer |
PUCHAR | StaticBuffer |
SIZE_T | Size |
SIZE_T | StaticSize |
SIZE_T | ReservedForAllocatedSize |
PVOID | ReservedForIMalloc |
Definition at line 1892 of file rtltypes.h.
PUCHAR _RTL_BUFFER::Buffer |
Definition at line 1894 of file rtltypes.h.
Referenced by CreateProcessInternalW(), RtlNtPathNameToDosPathName(), SdbGetMatchingExe(), and SdbpMatchExe().
SIZE_T _RTL_BUFFER::ReservedForAllocatedSize |
Definition at line 1898 of file rtltypes.h.
PVOID _RTL_BUFFER::ReservedForIMalloc |
Definition at line 1899 of file rtltypes.h.
SIZE_T _RTL_BUFFER::Size |
Definition at line 1896 of file rtltypes.h.
Referenced by CreateProcessInternalW(), RtlNtPathNameToDosPathName(), and SdbpMatchExe().
PUCHAR _RTL_BUFFER::StaticBuffer |
Definition at line 1895 of file rtltypes.h.
Referenced by CreateProcessInternalW().
SIZE_T _RTL_BUFFER::StaticSize |
Definition at line 1897 of file rtltypes.h.
Referenced by CreateProcessInternalW().