BB FlashBack SDK: FBVFile

Write

Description

Writes bytes to a virtual file.

Syntax

[C#/C++]
public long Write (unsigned char * pBuffer, long lSize)

[VB.NET]
Public Function Write (ByRef pBuffer() As Char, ByVal lSize As Long) As Long

Parameters

pBuffer - a pointer containing the bytes to be written to the file.

lSize - the maximum number of bytes to write to the virtual file.
 

Return values

If the function succeeds, the return value is the number of bytes actually written to the virtual file.

If the function fails, the return value is 0.

See Also

FBVFile::Read  FBVFile::Seek