|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| netapi32.lib
| Header File
| lmalert.h
| Unicode
| WinNT
| Platform Notes
| All LanMan APIs are UNICODE only
|
|
|
NetAlertRaise
The NetAlertRaise function notifies all registered clients that a particular event occurred.
Security Requirements
No special group membership is required to successfully execute NetAlertRaise.
NET_API_STATUS NetAlertRaise(
LPTSTR AlertEventName,
|
| LPVOID Buffer,
|
| DWORD BufferSize
|
| );
|
|
Parameters
AlertEventName
Pointer to a Unicode string that specifies the interrupting message to raise.
Buffer
Pointer to the data to be sent to the clients listening for this interrupting
message. The data should consist of the STD_ALERT structure followed by any additional interrupting message data from the ADMIN_OTHER_INFO, ERRLOG_OTHER_INFO, PRINT_OTHER_INFO, and USER_OTHER_INFO data structures.
BufferSize
Specifies in bytes, the size of the buffer.
See Also
NetAlertRaiseEx
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|