Novell Netware Send
Posted
by Petr Stejskal
on February 2nd, 1999
This application shows connected servers and logged users in comboboxes.

The sample uses following Novell functions:
- NWGetConnectionHandle
- NWGetObjectID
- NWGetFileServerInformation
- NWGetConnectionInformation
- NWSendBroadcastMessage
- NWGetMaximumConnections
- NWGetConnectionList
- NWGetFileServerName
- NWGetConnectionIDFromName
- NWGetFileServerDescription
- NWGetFileServerInformation
To compile or run you need to install Novell SDK(.LIB and .DLL files) from http://developer.novell.com

Comments
What NDK do I need?
Posted by Legacy on 12/15/1999 12:00amOriginally posted by: Cody
On the http://developer.novell.com/ site, there are more than one NDKs. Which one is needed to compile/run this program?
Reply