• Home
  • Documents
  • Download
  • Status
  • FAQ
  • Mailing list
  • Applications
  • Links
  • License
  • Volunteer
  • Contacts

Windows Driver Model - Kernel Streaming


Official Microsoft document address : http://msdn.microsoft.com/en-us/library/windows/hardware/ff560842(v=vs.85).aspx



Enable WDMKS module

DEFINEs

If you want to enable Windows Driver Model - Kernel Streaming module, your C++ compiler must add the following DEFINEs:

ENABLE_HOST_WDMKS

Source files

C++ files must include the following two:

  1. CiosAudio/Platforms/Windows/CaWdmks.hpp
  2. CiosAudio/Platforms/Windows/CaWdmks.cpp

Qt

If you are using Qt, in the following file:

CiosAudio/Platforms/Windows/HostAPIs.pri

Enable the following setting:

HostAPIs += WDMKS

Libraries

Windows Driver Model - Kernel Streaming must link with "setupapi.lib", normally this file will exists on the Windows system.