ISDBTextFile::WriteData: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 17:42, 21 March 2007

CoClass SDBTextFile, Interface ISDBTextFile

Sub WriteData(DataPointer As Long, DataLength As Long)


Parameters

Name Type Description
DataPointer Long Pointer to data to be written.
DataLength Long Number of bytes to be written.


Method description

Writes binary data to the file.