you use a WinAPI call to do this. In VB you have to jump through a couple hoops to make
this work because the language does not have pointers like C and C++ do, so you need to
wrap the function to make it usable. The following code chunk can be found in the Call
Handler Information Dump example as well:
We examine how to get at subscriber information for similar reporting type needs in the
next section, “Subscriber Information Dump.”
Subscriber Information Dump
Similar to the call handler information dump in the previous section, this example walks
through the process of dumping out the basic information about any subscriber in the ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.