wave_io.c
来自「ReactOS是一些高手根据Windows XP的内核编写出的类XP。内核实现机」· C语言 代码 · 共 41 行
C
41 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?