How to count the devices used in a RAS connection.
-
I'm using VC++5.0 and my problem is as following: I want to count my families online time with a program that always runs and writes a state every 30 secs. The state should contain of the B-channels used but I can't figure them out with the RasGetEntryProperties() func. That is because I'm using Win95 (WINVER=0x400) as the docu says. In this ver the multilink part of the certain structure is not implemented. BUT I CAN DO MULTI-LINK CONNECTION? Does anyone know how I can figure out how many devices I use in a connection? Thanks for your attention. ----------------------------------------------------------- Pseudocode is code to demonstrate a concept, not designed to be run. Like certain Microsoft software. (Thanks a lot who ever wrote Robert's Perl Tutorial)