home *** CD-ROM | disk | FTP | other *** search
- The NETLOG.DLL file contains a function to return the current Novell
- Network node number (Including Network Number) and the user that is
- currently logged in.
-
- The syntax is as follows:
-
- getloginfo(char *node,char *username);
-
- NODE must be a 22 character string
- USERNAME must be a 48 character string
-
- There is NO return value.
-
- Pass the function the address of the variables, and it will place the
- information at those addresses.
-
- This program was developed in Microsoft Visual C++ Version 1.0.
- It was tested on Netware v3.11 but should also work on 2.2.
-
- This function was tested using KnowledgeWare's ObjectView to access
- the DLL. However, when accessing it the variables were reversed.
- In the ObjectView program, the USERNAME was passed into the NODE address
- and vice versa. Since this is the first DLL I have written, my knowledge
- is quite lacking. I would appreciate any insight into this problem. The
- data at the addresses is very clean (No junk characters).
-
- - Ken Strohschein
-
-