📄 wave_io.c
字号:
/* Don't use this.*/#include <mmdrv.h>/* Complete a partial wave buffer transaction*/voidCompleteWaveOverlap( DWORD error_code, DWORD bytes_transferred, LPOVERLAPPED overlapped){ DPRINT("Complete partial wave overlap\n");}/* Helper function to set up loops*/VOIDUpdateWaveLoop(SessionInfo* session_info){}/* The hub of all wave I/O. This ensures a constant stream of buffers are passed between the land of usermode and kernelmode.*/VOIDPerformWaveIO( SessionInfo* session_info){}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -