5 references to ReadAt
System.Windows.Forms.Primitives (5)
_generated\181\Windows.Win32.ILockBytes.g.cs (1)
90
return __object.
ReadAt
(ulOffset, pv, cb, pcbRead);
_generated\485\Windows.Win32.System_Com_StructuredStorage_ILockBytes_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.ILockBytes.Interface.
ReadAt
(ulong, void*, uint, uint*)"/>
31
winmdroot.Foundation.HRESULT __result = @this.
ReadAt
(ulOffset, (void* )pvLocal, (uint )pv.Length, pcbReadLocal);
37
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.ILockBytes.Interface.
ReadAt
(ulong, void*, uint, uint*)"/>
42
winmdroot.Foundation.HRESULT __result = @this.
ReadAt
(ulOffset, (void* )pvLocal, (uint )pv.Length, default(uint* ));