mmioWrite 函式 (mmiscapi.h)
mmioWrite 函式會使用 mmioOpen 函式,將指定的位元元組數目寫入開啟的檔案。
語法
LONG mmioWrite(
HMMIO hmmio,
const char _huge *pch,
LONG cch
);
參數
hmmio
檔案的檔案句柄。
pch
要寫入檔案之緩衝區的指標。
cch
要寫入檔案的位元元組數目。
傳回值
傳回實際寫入的位元組數目。 如果寫入檔案時發生錯誤,傳回值為 -1。
備註
目前的檔案位置會以寫入的位元組數目遞增。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 專業版 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | mmiscapi.h (包括 Mmiscapi.h、Windows.h) |
程式庫 | Winmm.lib |
Dll | Winmm.dll |