Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Write bytes to a file starting at a given offset.
Syntax
HRESULT Write(
[in] ULONGLONG offsetFileStart,
[in] ULONG bytesToWrite,
[out] BYTE *buffer
);
Parameters
[in] offsetFileStart
Starting offset.
[in] bytesToWrite
Number of bytes to be written to the file.
[out] buffer
The data to be written to the file.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | msrdc.h |
| DLL | MsRdc.dll |