2 references to LPTR
mscorlib (2)
system\security\principal\windowsidentity.cs (2)
987
using (SafeLocalAllocHandle pSourceName = Win32Native.LocalAlloc(Win32Native.
LPTR
, ptrLength)) {
1074
using (SafeLocalAllocHandle logonInfoBuffer = Win32Native.LocalAlloc(Win32Native.
LPTR
, new UIntPtr(logonInfoSize))) {