 |
mmioWrite ..msdn Add comment W32 Constants Translate this page |
 |
 |
Writes a specified number of bytes to a file opened by using the mmioOpen function.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
LONG mmioWrite(
HMMIO hmmio,
char _huge* pch,
LONG cch
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE LONG mmioWrite IN winmm;
INTEGER hmmio,;
STRING pch,;
LONG cch
|
 |
 |
 |
| Parameters: |
 |
hmmio
File handle of the file.
pch
Pointer to the buffer to be written to the file.
cch
Number of bytes to write to the file.
|
 |
 |
| Return value: |
 |
| Returns the number of bytes actually written. If there is an error writing to the file, the return value is -1. |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-02-28 19:24:16 | | Modified: | 2005-02-28 19:26:29 | Visited in last 7 days: 15 |