Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
To add the WDI TLV generator/parser to your driver, follow these steps.
Add this include after dot11wdi.h and wditypes.hpp.
#include "TlvGeneratorParser.hpp"
Add this library to the linker.
TLVGeneratorParser.lib
Define, create, and write your memory APIs (overloaded operator new/delete).
Start calling the APIs.