63 references to PtrToStructure
System.Data.OleDb (5)
DbPropSet.cs (2)
190Marshal.PtrToStructure(propertySetPtr, propset); 198Marshal.PtrToStructure(ptr, properties[i]);
OleDbDataReader.cs (1)
505Marshal.PtrToStructure(ADP.IntPtrOffset(columnInfos, offset), dbColumnInfo);
PropertyInfoSet.cs (2)
76Marshal.PtrToStructure(setPtr, propinfoset); 82Marshal.PtrToStructure(infoPtr, propinfo);
System.DirectoryServices (45)
Interop\AdsValueHelper2.cs (3)
134Marshal.PtrToStructure(adsvalue.pointer.value, dnb); 165Marshal.PtrToStructure(adsvalue.pointer.value, dns); 228Marshal.PtrToStructure(adsvalue.octetString.value, vlv);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySite.cs (2)
1325Marshal.PtrToStructure((IntPtr)pDomains, names); 1336Marshal.PtrToStructure(tmpPtr, nameResult);
System\DirectoryServices\ActiveDirectory\AttributeMetaData.cs (2)
24Marshal.PtrToStructure(info, attrMetaData); 39Marshal.PtrToStructure(info, attrMetaData);
System\DirectoryServices\ActiveDirectory\DirectoryContext.cs (1)
580Marshal.PtrToStructure(pResponseBuffer, responseBuffer);
System\DirectoryServices\ActiveDirectory\DirectoryServer.cs (9)
401Marshal.PtrToStructure(info, cursors); 435Marshal.PtrToStructure(info, cursors); 461Marshal.PtrToStructure(info, operations); 488Marshal.PtrToStructure(info, neighbors); 512Marshal.PtrToStructure(info, failures); 537Marshal.PtrToStructure(info, objMetaData); 556Marshal.PtrToStructure(info, objMetadata); 587Marshal.PtrToStructure(update, syncAllUpdate); 614Marshal.PtrToStructure(temp, sync);
System\DirectoryServices\ActiveDirectory\DomainController.cs (4)
1090Marshal.PtrToStructure(currentDc, domainControllerInfo3); 1112Marshal.PtrToStructure(currentDc, domainControllerInfo2); 1244Marshal.PtrToStructure(rolesPtr, dsNameResult); 1249Marshal.PtrToStructure(currentItem, dsNameResultItem);
System\DirectoryServices\ActiveDirectory\Exception.cs (4)
423Marshal.PtrToStructure(errorInfo, error); 448Marshal.PtrToStructure(tempPtr, error); 482Marshal.PtrToStructure(collisionInfo, collision); 490Marshal.PtrToStructure(addr, record);
System\DirectoryServices\ActiveDirectory\Forest.cs (2)
864Marshal.PtrToStructure(sitesPtr, dsNameResult); 871Marshal.PtrToStructure(currentItem, dsNameResultItem);
System\DirectoryServices\ActiveDirectory\ForestTrustRelationshipInformation.cs (3)
123Marshal.PtrToStructure(fileTime, currentTime); 368Marshal.PtrToStructure(forestTrustInfo, trustInfo); 376Marshal.PtrToStructure(addr, record);
System\DirectoryServices\ActiveDirectory\Locator.cs (1)
52Marshal.PtrToStructure(pDomainControllerInfo, domainControllerInfo);
System\DirectoryServices\ActiveDirectory\ReplicationCursorCollection.cs (2)
60Marshal.PtrToStructure(addr, cursor); 74Marshal.PtrToStructure(addr, cursor);
System\DirectoryServices\ActiveDirectory\ReplicationFailure.cs (1)
21Marshal.PtrToStructure(addr, failure);
System\DirectoryServices\ActiveDirectory\ReplicationNeighbor.cs (1)
46Marshal.PtrToStructure(addr, neighbor);
System\DirectoryServices\ActiveDirectory\ReplicationOperation.cs (1)
20Marshal.PtrToStructure(addr, operation);
System\DirectoryServices\ActiveDirectory\TrustHelper.cs (5)
370Marshal.PtrToStructure(buffer1, info); 457Marshal.PtrToStructure(info, domainInfo); 465Marshal.PtrToStructure(fileTime, tmp); 618Marshal.PtrToStructure(fileTime, tmp); 744Marshal.PtrToStructure(fileTime, tmp);
System\DirectoryServices\ActiveDirectory\Utils.cs (4)
132Marshal.PtrToStructure(results, dsNameResult); 136Marshal.PtrToStructure(dsNameResult.items, dsNameResultItem); 226Marshal.PtrToStructure(results, dsNameResult); 231Marshal.PtrToStructure(dsNameResult.items, dsNameResultItem);
System.DirectoryServices.Protocols (6)
System\DirectoryServices\Protocols\common\BerConverter.cs (3)
269Marshal.PtrToStructure(flattenptr, binaryValue); 499Marshal.PtrToStructure(result, binaryValue); 607Marshal.PtrToStructure(tempPtr, ber);
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (3)
1466Marshal.PtrToStructure(requestValue, val); 1786Marshal.PtrToStructure(tempPtr, bervalue); 1921Marshal.PtrToStructure(controlPtr, control);
System.ServiceProcess.ServiceController (5)
System\ServiceProcess\ServiceBase.cs (1)
722Marshal.PtrToStructure(eventData, sessionNotification);
System\ServiceProcess\ServiceController.cs (4)
220Marshal.PtrToStructure(structPtr, status); 325Marshal.PtrToStructure(bufPtr, config); 404Marshal.PtrToStructure(bufPtr, config); 788Marshal.PtrToStructure(structPtr, status);
System.Speech (1)
Internal\StreamMarshaler.cs (1)
124Marshal.PtrToStructure<T>(buffer, o);
System.Windows.Extensions (1)
System\Media\SoundPlayer.cs (1)
586Marshal.PtrToStructure((IntPtr)pdata, waveFormat);