5 references to WriteAt
System.Windows.Forms.Primitives (5)
_generated\181\Windows.Win32.ILockBytes.g.cs (1)
148
return __object.
WriteAt
(ulOffset, pv, cb, pcbWritten);
_generated\485\Windows.Win32.System_Com_StructuredStorage_ILockBytes_Extensions.g.cs (4)
47
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.ILockBytes.Interface.
WriteAt
(ulong, void*, uint, uint*)"/>
55
winmdroot.Foundation.HRESULT __result = @this.
WriteAt
(ulOffset, (void* )pvLocal, (uint )pv.Length, pcbWrittenLocal);
61
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.ILockBytes.Interface.
WriteAt
(ulong, void*, uint, uint*)"/>
66
winmdroot.Foundation.HRESULT __result = @this.
WriteAt
(ulOffset, (void* )pvLocal, (uint )pv.Length, default(uint* ));