⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wave_io.c

📁 这是一个开放源代码的与WINNT/WIN2K/WIN2003兼容的操作系统
💻 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 + -