ISDBTextFile::WriteData
From MMWiki
CoClass SDBTextFile, Interface ISDBTextFile
Sub WriteData(DataPointer As Long, DataLength As Long)
[edit]
Parameters
| Name | Type | Description |
|---|---|---|
| DataPointer | Long | Pointer to data to be written. |
| DataLength | Long | Number of bytes to be written. |
[edit]
Method description
Writes binary data to the file.
