I talked about this to a couple people involved with maintaining SDK documentation, and the answer is that the documentation already documents new SDK features that have not been deployed yet.
PktmonApi.dll does not contain the functions specified in the documentation
Hello,
I am trying to use the PktmonApi.dll as described here. The information box states that there is no header and instead you load the DLL at runtime and pull out the function addresses using GetProcAddress
. On the reference page it lists a bunch of functions that are not actually present in the DLL. It is impossible to get their addresses, and looking at the DLL using a tool like Dependency Walker shows that the functions in the DLL are completely different.
The documentation does not mention these functions anywhere. It seems like they correspond to PktMon's CLI commands, but I am fully unable to use them since I don't know their signatures or what structures they expect. The docs are just completely wrong.
Can anyone provide actual documentation for this API? Or even better a header file?