谁有MMSYSTEM的API函数的使用方法呀,知者高分相送哦!!

解决方案 »

  1.   

    Windows API参考大全.chm
    这书要不?
      

  2.   

    function CloseDriver(hDriver: HDRVR; lParam1, lParam2: Longint): Longint; stdcall;
    function OpenDriver(szDriverName: PWideChar; szSectionName: PWideChar; lParam2: Longint): HDRVR; stdcall;
    function SendDriverMessage(hDriver: HDRVR; message: UINT; lParam1, lParam2: Longint): Longint; stdcall;
    function DrvGetModuleHandle(hDriver: HDRVR): HMODULE; stdcall;
    function GetDriverModuleHandle(hDriver: HDRVR): HMODULE; stdcall;
    function DefDriverProc(dwDriverIdentifier: DWORD; hdrvr: HDRVR; uMsg: UINT; 
      lParam1, lParam2: LPARAM): Longint; stdcall;function mmsystemGetVersion: UINT; stdcall;