다음을 통해 공유


ILockBytes.WriteAt Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Sub WriteAt ( _
    ulOffset As ULARGE_INTEGER, _
    pv As Byte(), _
    cb As UInteger, _
    <OutAttribute> ByRef pcbWritten As UInteger _
)
void WriteAt(
    ULARGE_INTEGER ulOffset,
    byte[] pv,
    uint cb,
    out uint pcbWritten
)

Parameters

.NET Framework Security

See Also

Reference

ILockBytes Interface

Microsoft.VisualStudio.OLE.Interop Namespace