WDI TLV generator/parser topics
The TLV generator and parser shared library allows IHV drivers to correctly parse TLVs into strongly typed C/C++ structures, or conversely generate a TLV byte blob from the structures. It also handles the versioning semantics so the IHV does not need to.
In this section:
TLV generator interface overview
TLV generator/parser memory interface
TLV generator/parser special members
Adding the WDI TLV generator/parser to your driver