NativeMethods.ILockBytes.WriteAt, méthode
Espace de noms : Microsoft.TeamFoundation.Common.Internal
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Sub WriteAt ( _
ulOffset As Long, _
pv As IntPtr, _
cb As Integer, _
<OutAttribute> pcbWritten As Integer() _
)
void WriteAt(
long ulOffset,
IntPtr pv,
int cb,
int[] pcbWritten
)
Paramètres
- ulOffset
Type : System.Int64
- pv
Type : System.IntPtr
- cb
Type : System.Int32
- pcbWritten
Type : array<System.Int32[]
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.