|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <win32.h>

Public Attributes | |
| struct _W32HEAP_USER_MAPPING * | Next |
| PVOID | KernelMapping |
| PVOID | UserMapping |
| ULONG_PTR | Limit |
| ULONG | Count |
| ULONG _W32HEAP_USER_MAPPING::Count |
Definition at line 203 of file win32.h.
Referenced by IntMapDesktopView(), IntUnmapDesktopView(), MapGlobalUserHeap(), and UnmapGlobalUserHeap().
| PVOID _W32HEAP_USER_MAPPING::KernelMapping |
Definition at line 200 of file win32.h.
Referenced by IntMapDesktopView(), IntUnmapDesktopView(), MapGlobalUserHeap(), NtUserProcessConnect(), and UnmapGlobalUserHeap().
| ULONG_PTR _W32HEAP_USER_MAPPING::Limit |
Definition at line 202 of file win32.h.
Referenced by IntMapDesktopView(), and MapGlobalUserHeap().
| struct _W32HEAP_USER_MAPPING* _W32HEAP_USER_MAPPING::Next |
Definition at line 199 of file win32.h.
Referenced by DesktopHeapAddressToUser(), DesktopHeapGetUserDelta(), IntMapDesktopView(), IntUnmapDesktopView(), and MapGlobalUserHeap().
| PVOID _W32HEAP_USER_MAPPING::UserMapping |
Definition at line 201 of file win32.h.
Referenced by IntMapDesktopView(), IntUnmapDesktopView(), MapGlobalUserHeap(), NtUserProcessConnect(), UnmapGlobalUserHeap(), and UserHeapAddressToUser().