|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| netapi32.lib
| Header File
| lmchdev.h
| Unicode
| WinNT
| Platform Notes
| All LanMan APIs are UNICODE only
|
|
|
NetHandleSetInfo
The NetHandleSetInfo function sets handle-specific information for character-device and named-pipe
handles.
Security Requirements
Access restrictions to the character device or named pipe determines access
privilege.
NET_API_STATUS NetHandleSetInfo(
UNSIGNED SHORT hHandle,
|
| SHORT sLevel,
|
| CHAR FAR *pbBuffer,
|
| UNSIGNED SHORT cbBuffer,
|
| UNSIGNED SHORT FAR *sParmNum
|
| );
|
|
Parameters
hHandle
Identifies a communication-device queue or a named pipe.
sLevel
Specifies the level of detail provided; must be 1.
pbBuffer
Pointer to the data to be set.
cbBuffer
Specifies the size, in bytes, of the buffer pointed to by the pbBuffer parameter.
sParmNum
Specifies whether to reset all handle information or to change only a part of
it. If the value of sParmNum is PARMNUM_ALL, the pbBuffer parameter must point to the HANDLE_INFO_1 structure, and the previous handle information is replaced by this new
information. If sParmNum is any other defined value, only one element of the handle information is
changed, and the pbBuffer parameter must point to a valid value for that element.
See Also
HANDLE_INFO_1, NetHandleSetInfo
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
|