31 references to PtrToStructure
System (22)
services\monitoring\system\diagnosticts\FileVersionInfo.cs (1)
332
Marshal.
PtrToStructure
(memRef, fixedFileInfo);
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (11)
104
Marshal.
PtrToStructure
(dataRef, dataBlock);
117
Marshal.
PtrToStructure
(dataRef, perfObject);
129
Marshal.
PtrToStructure
(dataRef, perfCounter);
1308
Marshal.
PtrToStructure
(dataRef, dataBlock);
1326
Marshal.
PtrToStructure
(dataRef, perfObject);
1356
Marshal.
PtrToStructure
(dataRef, perfCounter);
1388
Marshal.
PtrToStructure
(dataRef, perfInstance);
1430
Marshal.
PtrToStructure
(dataRef, dataBlock);
1438
Marshal.
PtrToStructure
(dataRef, perfObject);
1461
Marshal.
PtrToStructure
(dataRef, perfCounter);
1468
Marshal.
PtrToStructure
(dataRef, perfInstance);
services\monitoring\system\diagnosticts\ProcessManager.cs (9)
370
Marshal.
PtrToStructure
(bufferPtr, process);
440
Marshal.
PtrToStructure
(bufferPtr, module);
800
Marshal.
PtrToStructure
(dataBlockPtr, dataBlock);
806
Marshal.
PtrToStructure
(typePtr, type);
813
Marshal.
PtrToStructure
(counterPtr, counter);
826
Marshal.
PtrToStructure
(instancePtr, instance);
831
Marshal.
PtrToStructure
(counterBlockPtr, counterBlock);
1143
Marshal.
PtrToStructure
(currentPtr, pi);
1208
Marshal.
PtrToStructure
(currentPtr, ti);
sys\system\Media\SoundPlayer.cs (1)
597
Marshal.
PtrToStructure
((IntPtr) pdata, waveFormat);
System.Data (6)
fx\src\data\System\Data\OleDb\DBPropSet.cs (2)
171
Marshal.
PtrToStructure
(propertySetPtr, propset);
178
Marshal.
PtrToStructure
(ptr, properties[i]);
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (1)
401
Marshal.
PtrToStructure
((IntPtr)offset, tag);
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
467
Marshal.
PtrToStructure
(ADP.IntPtrOffset(columnInfos, offset), dbColumnInfo);
fx\src\data\System\Data\OleDb\PropertyInfoSet.cs (2)
78
Marshal.
PtrToStructure
(setPtr, propinfoset);
83
Marshal.
PtrToStructure
(infoPtr, propinfo);
System.IO.Log (1)
System\IO\Log\LogExtentCollection.cs (1)
187
Marshal.
PtrToStructure
(new IntPtr(containerPointer),
System.Web (1)
Security\ADMembershipProvider.cs (1)
4334
Marshal.
PtrToStructure
(pDomainControllerInfo, domainControllerInfo);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
684
Marshal.
PtrToStructure
(funcDesc.lprgelemdescParam, ed);