AdminNote Event (Connect Control)
Windows - Visual C++
Description
The AdminNote event is fired when a
new administrator note is received from the NewsEDGE Server.
DispId 0x02
Syntax
void OnAdminNote(LPCTSTR name);
The AdminNote event syntax has these parts:
Part |
Description |
name |
A String containing the text of the new note. |
Remarks
The program should display this
note to the user.
Back to: Connect Events