3 references to LMEM_FIXED
mscorlib (3)
microsoft\win32\win32native.cs (1)
396
internal const int LPTR = (
LMEM_FIXED
| LMEM_ZEROINIT);
system\security\principal\windowsidentity.cs (2)
954
safeLocalAllocHandle = Win32Native.LocalAlloc(Win32Native.
LMEM_FIXED
, ptrLength);
1038
using (SafeLocalAllocHandle pPackageName = Win32Native.LocalAlloc(Win32Native.
LMEM_FIXED
, ptrLength)) {