|
Handle Functions
The Handle functions allow an application to examine or change the
communications parameters for character-device handles and named-pipe handles, provided
that the handles refer to devices or pipes opened on a remote server. The Handle
functions are:
NetHandleGetInfo
NetHandleSetInfo
The adjustable parameters are based on the LANMAN.INI file entries for chartime, the amount of time the workstation collects data to send to a character device
or named pipe, and charcount, the number of characters the workstation stores before it sends data to a
character device. See the NET_HANDLE_INFO data structure to obtain the values for chartime and charcount. ,which determine the workstation data structure elements. In addition, you
can use the NetHandleGetInfo function to identify the user of a named pipe, provided the pipe has been
opened from a remote server.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|