26 instantiations of UIntPtr
mscorlib (18)
system\runtime\interopservices\marshal.cs (7)
1187
numBytes = new
UIntPtr
(unchecked((uint)cb.ToInt32()));
1248
UIntPtr len = new
UIntPtr
((uint)nb);
1279
UIntPtr len = new
UIntPtr
((uint)nb);
1856
IntPtr pNewMem = Win32Native.CoTaskMemAlloc(new
UIntPtr
((uint)cb));
1879
IntPtr hglobal = Win32Native.CoTaskMemAlloc(new
UIntPtr
((uint)nb));
1918
IntPtr hglobal = Win32Native.CoTaskMemAlloc(new
UIntPtr
((uint)nb));
1943
IntPtr pNewMem = Win32Native.CoTaskMemRealloc(pv, new
UIntPtr
((uint)cb));
system\runtime\memoryfailpoint.cs (1)
255
UIntPtr numBytes = new
UIntPtr
(segmentSize);
system\security\principal\windowsidentity.cs (4)
952
UIntPtr ptrLength = new
UIntPtr
(dwLength);
985
UIntPtr ptrLength = new
UIntPtr
((uint)(sourceName.Length + 1));
1037
ptrLength = new
UIntPtr
((uint)arrayPackageName.Length);
1074
using (SafeLocalAllocHandle logonInfoBuffer = Win32Native.LocalAlloc(Win32Native.LPTR, new
UIntPtr
(logonInfoSize))) {
system\threading\Tasks\Task.cs (1)
7079
UIntPtr currentAddr = new
UIntPtr
(&stackInfo - pageSize);
system\uintptr.cs (5)
127
return new
UIntPtr
(value);
133
return new
UIntPtr
(value);
159
return new
UIntPtr
(value);
194
return new
UIntPtr
(pointer.ToUInt32() + (uint)offset);
208
return new
UIntPtr
(pointer.ToUInt32() - (uint)offset);
PresentationCore (1)
Graphics\include\exports.cs (1)
2484
UIntPtr hWndUIntPtr = new
UIntPtr
(hWnd.ToPointer());
System.Core (1)
System\IO\MemoryMappedFiles\MemoryMappedView.cs (1)
117
MemoryMappedFile.GetFileMapAccess(access), offsetHigh, offsetLow, new
UIntPtr
(nativeSize));
System.Drawing (1)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
4182
return IntGlobalAlloc(uFlags, new
UIntPtr
(dwBytes));
System.Web (2)
Util\altserialization.cs (2)
261
value = new
UIntPtr
(reader.ReadUInt32());
265
value = new
UIntPtr
(reader.ReadUInt64());
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
54
SetHandle(Misc.VirtualAllocEx(_processHandle, IntPtr.Zero, new
UIntPtr
((uint)cbSize), UnsafeNativeMethods.MEM_COMMIT, UnsafeNativeMethods.PAGE_READWRITE));
MS\Internal\AutomationProxies\Misc.cs (2)
595
memAddr = VirtualAlloc(IntPtr.Zero, new
UIntPtr
(cbSize), UnsafeNativeMethods.MEM_COMMIT, UnsafeNativeMethods.PAGE_READWRITE);
598
VirtualAlloc(new IntPtr((byte *)memAddr.ToPointer() + cbSize - pageSize), new
UIntPtr
(pageSize), UnsafeNativeMethods.MEM_COMMIT, UnsafeNativeMethods.PAGE_NOACCESS);
463 references to UIntPtr
mscorlib (106)
microsoft\win32\win32native.cs (11)
705
internal
UIntPtr
RegionSize;
763
internal static extern IntPtr LocalAlloc_NoSafeHandle(int uFlags,
UIntPtr
sizetdwBytes);
771
[In]
UIntPtr
sizetdwBytes);
783
internal static extern void ZeroMemory(IntPtr address,
UIntPtr
length);
798
unsafe internal static extern
UIntPtr
VirtualQuery(void* address, ref MEMORY_BASIC_INFORMATION buffer,
UIntPtr
sizeOfBuffer);
806
unsafe internal static extern void * VirtualAlloc(void* address,
UIntPtr
numBytes, int commitOrReserve, int pageProtectionMode);
811
unsafe internal static extern bool VirtualFree(void* address,
UIntPtr
numBytes, int pageFreeMode);
1023
SafeFileMappingHandle handle, uint dwDesiredAccess, uint dwFileOffsetHigh, uint dwFileOffsetLow,
UIntPtr
dwNumerOfBytesToMap);
1559
internal static extern IntPtr CoTaskMemAlloc(
UIntPtr
cb);
1563
internal static extern IntPtr CoTaskMemRealloc(IntPtr pv,
UIntPtr
cb);
system\activationcontext.cs (1)
286
_actContext.GetApplicationStateFilesystemLocation(1,
UIntPtr
.Zero, IntPtr.Zero, out s);
system\deployment\isolationinterop.cs (10)
3193
[In]
UIntPtr
cProperties,
3196
[Out, MarshalAs(UnmanagedType.LPArray)] out
UIntPtr
[] ComponentIndicies
3266
[In]
UIntPtr
Component,
3274
[In]
UIntPtr
ComponentCount,
3276
[Out, MarshalAs(UnmanagedType.LPArray)]
UIntPtr
[] Indicies,
3283
[In]
UIntPtr
Components,
3285
[Out, MarshalAs(UnmanagedType.LPArray)]
UIntPtr
[] Indicies,
3304
[In]
UIntPtr
Inputs,
3305
ref
UIntPtr
Outputs
3321
[In]
UIntPtr
Coordinates,
System\Diagnostics\Eventing\TraceLogging\SimpleTypeInfos.cs (4)
246
: TraceLoggingTypeInfo<
UIntPtr
>
256
public override void WriteData(TraceLoggingDataCollector collector, ref
UIntPtr
value)
558
: TraceLoggingTypeInfo<
UIntPtr
[]>
568
public override void WriteData(TraceLoggingDataCollector collector, ref
UIntPtr
[] value)
System\Diagnostics\Eventing\TraceLogging\Statics.cs (2)
653
else if (elementType == typeof(
UIntPtr
))
773
else if (dataType == typeof(
UIntPtr
))
System\Diagnostics\Eventing\TraceLogging\TraceLoggingDataCollector.cs (4)
159
public void AddScalar(
UIntPtr
value)
161
DataCollector.ThreadInstance.AddScalar(&value,
UIntPtr
.Size);
332
public void AddArray(
UIntPtr
[] value)
334
DataCollector.ThreadInstance.AddArray(value, value == null ? 0 : value.Length,
UIntPtr
.Size);
system\enum.cs (2)
724
return *(
UIntPtr
*)pValue;
787
return (*(
UIntPtr
*)pValue).GetHashCode();
system\exception.cs (4)
54
_ipForWatsonBuckets =
UIntPtr
.Zero;
650
_ipForWatsonBuckets =
UIntPtr
.Zero;
718
internal
UIntPtr
IPForWatsonBuckets
898
private
UIntPtr
_ipForWatsonBuckets; // Used to persist the IP for Watson Bucketing
system\runtime\compilerservices\AsyncMethodBuilder.cs (3)
784
(typeof(TResult) == typeof(
UIntPtr
) && default(
UIntPtr
) == (
UIntPtr
)(object)result))
system\runtime\exceptionservices\exceptionservicescommon.cs (2)
38
private
UIntPtr
m_IPForWatsonBuckets;
59
internal
UIntPtr
IPForWatsonBuckets
system\runtime\interopservices\marshal.cs (8)
1185
UIntPtr
numBytes;
1248
UIntPtr
len = new UIntPtr((uint)nb);
1279
UIntPtr
len = new UIntPtr((uint)nb);
2695
Win32Native.ZeroMemory(s, (
UIntPtr
)(Win32Native.SysStringLen(s) * 2));
2703
Win32Native.ZeroMemory(s, (
UIntPtr
)(Win32Native.lstrlenA(s)));
2710
Win32Native.ZeroMemory(s, (
UIntPtr
)(Win32Native.lstrlenW(s) * 2));
2736
Win32Native.ZeroMemory(s, (
UIntPtr
)(Win32Native.lstrlenA(s)));
2742
Win32Native.ZeroMemory(s, (
UIntPtr
)(Win32Native.lstrlenW(s) * 2));
system\runtime\interopservices\safebuffer.cs (7)
86
private static readonly
UIntPtr
Uninitialized = (
UIntPtr
.Size == 4) ?
87
((
UIntPtr
) UInt32.MaxValue) : ((
UIntPtr
) UInt64.MaxValue);
89
private
UIntPtr
_numBytes;
113
_numBytes = (
UIntPtr
) numBytes;
135
_numBytes = checked((
UIntPtr
) (numElements * sizeOfEachElement));
system\runtime\memoryfailpoint.cs (6)
255
UIntPtr
numBytes = new UIntPtr(segmentSize);
259
bool r = Win32Native.VirtualFree(pMemory,
UIntPtr
.Zero, Win32Native.MEM_RELEASE);
371
UIntPtr
sizeOfMemInfo = (
UIntPtr
) Marshal.SizeOf(memInfo);
374
UIntPtr
r = Win32Native.VirtualQuery(address, ref memInfo, sizeOfMemInfo);
375
if (r ==
UIntPtr
.Zero)
system\security\principal\windowsidentity.cs (2)
952
UIntPtr
ptrLength = new UIntPtr(dwLength);
985
UIntPtr
ptrLength = new UIntPtr((uint)(sourceName.Length + 1));
system\security\securestring.cs (5)
514
Win32Native.ZeroMemory(ptr, (
UIntPtr
)(length * 2));
571
Win32Native.ZeroMemory(ptr, (
UIntPtr
)(length * 2));
634
Win32Native.ZeroMemory(ptr, (
UIntPtr
)byteCount);
699
Win32Native.ZeroMemory(handle, (
UIntPtr
) (Win32Native.SysStringLen(handle) * 2));
711
Win32Native.ZeroMemory((IntPtr)bufferPtr, (
UIntPtr
) (Win32Native.SysStringLen((IntPtr)bufferPtr) * 2));
system\stubhelpers.cs (1)
1052
else if (elementType == typeof(
UIntPtr
))
system\threading\Tasks\Task.cs (3)
7079
UIntPtr
currentAddr = new UIntPtr(&stackInfo - pageSize);
7088
Win32Native.VirtualQuery(currentAddr.ToPointer(), ref stackInfo, (
UIntPtr
)(sizeof(Win32Native.MEMORY_BASIC_INFORMATION)));
7094
if ((current64 - ((
UIntPtr
)stackInfo.AllocationBase).ToUInt64()) > STACK_RESERVED_SPACE)
system\threading\thread.cs (5)
1651
public static
UIntPtr
VolatileRead(ref
UIntPtr
address)
1653
UIntPtr
ret = address;
1752
public static void VolatileWrite(ref
UIntPtr
address,
UIntPtr
value)
system\threading\volatile.cs (5)
165
public static
UIntPtr
Read(ref
UIntPtr
location)
170
var
value = location;
348
public static void Write(ref
UIntPtr
location,
UIntPtr
value)
system\uintptr.cs (21)
32
public static readonly
UIntPtr
Zero;
86
if (obj is
UIntPtr
) {
87
return (m_value == ((
UIntPtr
)obj).m_value);
125
public static explicit operator
UIntPtr
(uint value)
131
public static explicit operator
UIntPtr
(ulong value)
138
public unsafe static explicit operator uint(
UIntPtr
value)
149
public unsafe static explicit operator ulong (
UIntPtr
value)
157
public static unsafe explicit operator
UIntPtr
(void* value)
165
public static unsafe explicit operator void* (
UIntPtr
value)
173
public unsafe static bool operator == (
UIntPtr
value1,
UIntPtr
value2)
181
public unsafe static bool operator != (
UIntPtr
value1,
UIntPtr
value2)
187
public static
UIntPtr
Add(
UIntPtr
pointer, int offset) {
192
public static
UIntPtr
operator +(
UIntPtr
pointer, int offset) {
201
public static
UIntPtr
Subtract(
UIntPtr
pointer, int offset) {
206
public static
UIntPtr
operator -(
UIntPtr
pointer, int offset) {
PresentationCore (1)
Graphics\include\exports.cs (1)
2484
UIntPtr
hWndUIntPtr = new UIntPtr(hWnd.ToPointer());
System (27)
compmod\microsoft\win32\NativeMethods.cs (1)
1799
internal
UIntPtr
RegionSize;
compmod\microsoft\win32\safehandles\SafeFileMapViewHandle.cs (1)
40
internal static extern SafeFileMapViewHandle MapViewOfFile(SafeFileMappingHandle hFileMappingObject, int dwDesiredAccess, int dwFileOffsetHigh, int dwFileOffsetLow,
UIntPtr
dwNumberOfBytesToMap);
net\System\Net\_SafeNetHandles.cs (3)
665
SafeLocalFree result = UnsafeNclNativeMethods.SafeNetHandles.LocalAlloc(LMEM_FIXED, (
UIntPtr
) cb);
716
SafeOverlappedFree result = UnsafeNclNativeMethods.SafeNetHandlesSafeOverlappedFree.LocalAlloc(LPTR, (
UIntPtr
) Win32.OverlappedSize);
2829
result = UnsafeNclNativeMethods.SafeNetHandles.LocalAllocChannelBinding(LMEM_FIXED, (
UIntPtr
)cb);
net\System\Net\Sockets\_ReceiveMessageOverlappedAsyncResult.cs (2)
144
if(controlData.length !=
UIntPtr
.Zero)
153
if (controlData.length !=
UIntPtr
.Zero)
net\System\Net\Sockets\Socket.cs (2)
9953
if(controlData.length !=
UIntPtr
.Zero) {
9961
if(controlData.length !=
UIntPtr
.Zero) {
net\System\Net\UnsafeNativeMethods.cs (5)
623
internal static extern SafeOverlappedFree LocalAlloc(int uFlags,
UIntPtr
sizetdwBytes);
667
internal static extern SafeLocalFree LocalAlloc(int uFlags,
UIntPtr
sizetdwBytes);
670
internal static extern SafeLocalFreeChannelBinding LocalAllocChannelBinding(int uFlags,
UIntPtr
sizetdwBytes);
917
internal
UIntPtr
length;
926
internal
UIntPtr
length;
services\monitoring\system\diagnosticts\ProcessManager.cs (12)
1301
internal
UIntPtr
PageDirectoryBase;
1302
internal
UIntPtr
PeakVirtualSize; // SIZE_T
1303
internal
UIntPtr
VirtualSize;
1306
internal
UIntPtr
PeakWorkingSetSize;
1307
internal
UIntPtr
WorkingSetSize;
1308
internal
UIntPtr
QuotaPeakPagedPoolUsage;
1309
internal
UIntPtr
QuotaPagedPoolUsage;
1310
internal
UIntPtr
QuotaPeakNonPagedPoolUsage;
1311
internal
UIntPtr
QuotaNonPagedPoolUsage;
1312
internal
UIntPtr
PagefileUsage;
1313
internal
UIntPtr
PeakPagefileUsage;
1314
internal
UIntPtr
PrivatePageCount;
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
1617
fileViewAddress = SafeFileMapViewHandle.MapViewOfFile(fileMappingHandle, NativeMethods.FILE_MAP_WRITE, 0,0,
UIntPtr
.Zero);
System.AddIn (1)
System\Addin\MiniReflection\MiniParameterInfo.cs (1)
107
return new TypeInfo(typeof(
UIntPtr
));
System.Core (4)
Microsoft\Win32\UnsafeNativeMethods.cs (3)
1386
internal
UIntPtr
RegionSize;
1465
UIntPtr
dwNumberOfBytesToMap
1472
UIntPtr
numBytes,
System\IO\MemoryMappedFiles\MemoryMappedView.cs (1)
140
IntPtr tempHandle = UnsafeNativeMethods.VirtualAlloc(viewHandle, (
UIntPtr
)allocSize, UnsafeNativeMethods.MEM_COMMIT,
System.Data (284)
fx\src\bid\inc\cs\bidPrivateBase.cs (44)
185
NativeMethods.PutStr(modID,
UIntPtr
.Zero, (
UIntPtr
)ModeFlags.Default, str);
236
NativeMethods.Trace(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, strConst);
242
NativeMethods.Trace(modID,
UIntPtr
.Zero, (
UIntPtr
)flags, strConst);
248
NativeMethods.Trace(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1);
254
NativeMethods.Trace(modID,
UIntPtr
.Zero, (
UIntPtr
)flags, fmtPrintfW, a1);
263
if (hScp != NoData) NativeMethods.ScopeLeave(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, ref hScp);
282
NativeMethods.ScopeEnter(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, strConst);
291
NativeMethods.ScopeEnter(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW, a1);
300
NativeMethods.ScopeEnter(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW, a1, a2);
428
NativeMethods.PutStr(modID,
UIntPtr
.Zero, (
UIntPtr
)ModeFlags.SmartNewLine, constStrHeader);
433
NativeMethods.TraceBin( modID,
UIntPtr
.Zero, (
UIntPtr
)Bid.ModeFlags.Blob,
446
NativeMethods.TraceBin( modID,
UIntPtr
.Zero, (
UIntPtr
)Bid.ModeFlags.Blob,
677
NativeMethods.PutStr(modID,
UIntPtr
.Zero, (
UIntPtr
)ModeFlags.SmartNewLine, strConst);
684
NativeMethods.PutStr(modID,
UIntPtr
.Zero, (
UIntPtr
)ModeFlags.SmartNewLine,
990
internal static void PutStr(IntPtr hID,
UIntPtr
src,
UIntPtr
info, string str);
998
internal static void Trace(IntPtr hID,
UIntPtr
src,
UIntPtr
info, string strConst);
1003
internal static void Trace(IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, string a1);
1010
internal static void ScopeLeave(IntPtr hID,
UIntPtr
src,
UIntPtr
info, ref IntPtr hScp);
1015
internal static void ScopeEnter(IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string strConst);
1020
internal static void ScopeEnter( IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp,
1026
internal static void ScopeEnter( IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp,
1048
internal static void TraceBin(IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, byte[] buff, UInt32 len);
fx\src\data\System\Data\Common\System.Data_BID.cs (240)
79
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1);
85
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1,a2);
91
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1,a2,a3);
97
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1,a2,a3,a4);
106
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1,a2.ToString());
112
NativeMethods.ScopeEnter(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW,a1);
121
NativeMethods.ScopeEnter(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW, fmtPrintfW2);
130
NativeMethods.ScopeEnter(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW, a1);
139
NativeMethods.ScopeEnter(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW, fmtPrintfW2, fmtPrintfW3);
148
NativeMethods.ScopeEnter(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW, a1, fmtPrintfW2);
157
NativeMethods.ScopeEnter(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW, a1, a2);
166
NativeMethods.ScopeEnter(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW, fmtPrintfW2, fmtPrintfW3, fmtPrintfW4);
175
NativeMethods.ScopeEnter(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW, a1, fmtPrintfW2, a2);
184
NativeMethods.ScopeEnter(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW, a1, fmtPrintfW2, fmtPrintfW3, a4);
193
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW);
199
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, fmtPrintfW2);
205
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1);
211
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1);
217
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, fmtPrintfW2, a1);
223
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1, fmtPrintfW2);
229
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1, a2);
235
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1, a2);
241
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1, a2);
247
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, fmtPrintfW2, fmtPrintfW3, a1);
253
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1, fmtPrintfW2, fmtPrintfW3, fmtPrintfW4);
259
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1, fmtPrintfW2, fmtPrintfW3, fmtPrintfW4);
268
NativeMethods.Trace(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1, actId.ToString());
279
NativeMethods.Trace(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, actId.ToString());
289
NativeMethods.Trace(modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1, a2, actId.ToString());
303
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, (int)(short)a1);
312
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, (int)(short)a1, a2);
319
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, (int)a1);
325
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, (int)a1,a2);
331
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, (int)a1,a2);
337
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, (int)a1,a2);
344
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2);
350
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1,a2,a3);
356
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1,a2,a3,a4,a5);
362
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW, a1,a2,a3,a4,a5,a6,a7);
374
NativeMethods.ScopeEnter (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW,a1, a2.ToString());
383
NativeMethods.ScopeEnter (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW,a1,a2,a3);
392
NativeMethods.ScopeEnter (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW,a1,a2,a3);
406
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2);
413
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1);
419
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1);
425
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2);
431
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3);
437
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2);
443
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3);
449
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3);
455
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3,a4);
461
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3,a4,a5,a6);
467
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3);
473
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2);
479
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3,a4);
485
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3);
491
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3,a4,a5,a6,a7);
497
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3,a4,a5);
503
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2);
509
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3 );
515
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3,a4,a5,a6);
521
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3,a4);
527
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3,a4);
533
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3,a4,a5,a6,a7,a8);
539
NativeMethods.Trace (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, fmtPrintfW,a1,a2,a3,a4);
549
NativeMethods.ScopeEnter (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW,a1,a2);
558
NativeMethods.ScopeEnter (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW,a1,a2);
567
NativeMethods.ScopeEnter (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW,a1,a2,a3);
576
NativeMethods.ScopeEnter (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW,a1,a2,a3);
585
NativeMethods.ScopeEnter (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW,a1,a2,a3);
594
NativeMethods.ScopeEnter (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW,a1,a2,a3,a4);
603
NativeMethods.ScopeEnter (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW,a1,a2,a3);
612
NativeMethods.ScopeEnter (modID,
UIntPtr
.Zero,
UIntPtr
.Zero, out hScp, fmtPrintfW,a1,a2,a3,a4);
629
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.String a3, System.String a4, System.Int32 a5);
633
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.String a2, System.Boolean a3);
637
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int64 a3, System.UInt32 a4, System.Int32 a5, System.UInt32 a6, System.UInt32 a7);
641
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.String a1, System.String a2);
645
internal static void ScopeEnter (IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string fmtPrintfW, System.String a1, System.String a2);
649
internal static void ScopeEnter (IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string fmtPrintfW, System.Int32 a1, System.String a2, System.Int32 a3);
653
internal static void ScopeEnter (IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string fmtPrintfW, System.Int32 a1, System.Boolean a2, System.Int32 a3);
657
internal static void ScopeEnter (IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string fmtPrintfW, System.String a1, System.String a2, System.String a3);
661
internal static void ScopeEnter (IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string fmtPrintfW, System.Int32 a1, System.String a2, System.String a3, System.Int32 a4);
669
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.IntPtr a1);
674
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1);
678
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Boolean a1);
683
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, string fmtPrintfW2, System.Int32 a1);
688
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.String a2);
693
internal static void Trace(IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.String a3);
697
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int32 a2);
701
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.IntPtr a2, System.IntPtr a3);
705
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.IntPtr a2);
709
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.String a2, System.String a3);
713
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.String a2, System.Int32 a3);
717
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.String a2, System.String a3, System.Int32 a4);
721
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int32 a3, System.String a4, System.String a5, System.Int32 a6);
725
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int32 a3);
729
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Boolean a2);
733
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.String a2, System.String a3, System.String a4);
737
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Boolean a1, System.String a2, System.String a3, System.String a4);
741
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int32 a3, System.Int32 a4);
745
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Boolean a3);
749
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int32 a3, System.Int32 a4, System.Int32 a5, System.Int32 a6, System.Int32 a7);
753
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.String a2, System.Int32 a3, System.Int32 a4, System.Boolean a5);
757
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int64 a2);
761
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int64 a3);
765
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW1, string fmtPrintfW2, string fmtPrintfW3, System.Int64 a4);
769
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.String a2, System.String a3, System.String a4, System.Int32 a5, System.Int64 a6);
773
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int64 a2, System.Int32 a3, System.Int32 a4);
777
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int64 a3, System.Int32 a4);
781
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int32 a3, System.Int32 a4, System.String a5, System.String a6, System.String a7, System.Int32 a8);
785
internal static void Trace (IntPtr hID,
UIntPtr
src,
UIntPtr
info, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.String a3, System.String a4);
792
internal static void ScopeEnter(IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string fmtPrintfW, string a1);
796
internal static void ScopeEnter (IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string fmtPrintfW, System.Int32 a1, System.String a2);
800
internal static void ScopeEnter (IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string fmtPrintfW, System.Int32 a1, System.Boolean a2);
804
internal static void ScopeEnter (IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.String a3);
808
internal static void ScopeEnter (IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string fmtPrintfW, System.Int32 a1, System.String a2, System.Boolean a3);
812
internal static void ScopeEnter (IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Boolean a3);
816
internal static void ScopeEnter (IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int32 a3, System.String a4);
820
internal static void ScopeEnter (IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Int32 a3);
824
internal static void ScopeEnter (IntPtr hID,
UIntPtr
src,
UIntPtr
info, out IntPtr hScp, string fmtPrintfW, System.Int32 a1, System.Int32 a2, System.Boolean a3, System.Int32 a4);
System.Data.Services (1)
System\Data\Services\Providers\ReflectionServiceProvider.cs (1)
411
type == typeof(IntPtr) || type == typeof(
UIntPtr
) || type == typeof(char) ||
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
144
(typeof(
UIntPtr
) == ptype))
System.Drawing (4)
commonui\System\Drawing\Advanced\Gdiplus.cs (2)
4180
public static extern IntPtr IntGlobalAlloc(int uFlags,
UIntPtr
dwBytes); // size should be 32/64bits compatible
4186
static internal extern void ZeroMemory(IntPtr destination,
UIntPtr
length);
commonui\System\Drawing\Advanced\GraphicsPathIterator.cs (2)
284
SafeNativeMethods.ZeroMemory((IntPtr)(checked((long)memoryPts + resultCount * size)), (
UIntPtr
)((count - resultCount) * size));
326
SafeNativeMethods.ZeroMemory((IntPtr)(checked((long)memoryPts + resultCount * size)), (
UIntPtr
)((count - resultCount) * size));
System.ServiceModel (2)
System\ServiceModel\Channels\UnsafeNativeMethods.cs (2)
1083
internal static extern IntPtr VirtualAlloc(IntPtr lpAddress,
UIntPtr
dwSize, uint flAllocationType, uint flProtect);
1088
internal static extern bool VirtualFree(IntPtr lpAddress,
UIntPtr
dwSize, uint dwFreeType);
System.Web (9)
State\SessionStateItemCollection.cs (1)
193
t=typeof(
UIntPtr
);
UI\PropertyMapper.cs (1)
120
(type == typeof(
UIntPtr
))) {
Util\altserialization.cs (7)
137
else if (value is
UIntPtr
) {
139
UIntPtr
v = (
UIntPtr
) value;
140
if (
UIntPtr
.Size == 4) {
144
Debug.Assert(
UIntPtr
.Size == 8);
260
if (
UIntPtr
.Size == 4) {
264
Debug.Assert(
UIntPtr
.Size == 8);
System.Windows.Forms (11)
parent\parent\parent\public\Internal\NDP\Inc\IsolationInterop.cs (11)
3130
_appcontext.GetApplicationStateFilesystemLocation(0,
UIntPtr
.Zero, IntPtr.Zero, out s);
3209
[In]
UIntPtr
cProperties,
3212
[Out, MarshalAs(UnmanagedType.LPArray)] out
UIntPtr
[] ComponentIndicies
3282
[In]
UIntPtr
Component,
3290
[In]
UIntPtr
ComponentCount,
3292
[Out, MarshalAs(UnmanagedType.LPArray)]
UIntPtr
[] Indicies,
3299
[In]
UIntPtr
Components,
3301
[Out, MarshalAs(UnmanagedType.LPArray)]
UIntPtr
[] Indicies,
3320
[In]
UIntPtr
Inputs,
3321
ref
UIntPtr
Outputs
3337
[In]
UIntPtr
Coordinates,
UIAutomationClientsideProviders (10)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
70
return Misc.VirtualFreeEx(_processHandle, handle,
UIntPtr
.Zero, UnsafeNativeMethods.MEM_RELEASE);
MS\Internal\AutomationProxies\Misc.cs (5)
624
VirtualFree(memAddr,
UIntPtr
.Zero, UnsafeNativeMethods.MEM_RELEASE);
1776
internal static IntPtr VirtualAlloc(IntPtr address,
UIntPtr
size, int allocationType, int protect)
1789
internal static IntPtr VirtualAllocEx(MS.Internal.AutomationProxies.SafeProcessHandle hProcess, IntPtr address,
UIntPtr
size, int allocationType, int protect)
1802
internal static bool VirtualFree(IntPtr address,
UIntPtr
size, int freeType)
1815
internal static bool VirtualFreeEx(MS.Internal.AutomationProxies.SafeProcessHandle hProcess, IntPtr address,
UIntPtr
size, int freeType)
MS\Win32\UnsafeNativeMethods.cs (4)
61
internal static extern IntPtr VirtualAlloc(IntPtr address,
UIntPtr
size, int allocationType, int protect);
63
internal static extern IntPtr VirtualAllocEx(MS.Internal.AutomationProxies.SafeProcessHandle hProcess, IntPtr address,
UIntPtr
size, int allocationType, int protect);
65
internal static extern bool VirtualFree(IntPtr address,
UIntPtr
size, int freeType);
67
internal static extern bool VirtualFreeEx(MS.Internal.AutomationProxies.SafeProcessHandle hProcess, IntPtr address,
UIntPtr
size, int freeType);
WindowsBase (1)
Shared\MS\Win32\UnsafeNativeMethodsOther.cs (1)
1364
UIntPtr
dwSize,
WsatUI (1)
MMCUI\MMCWrapper.cs (1)
113
internal
UIntPtr
idFrom;