STD_ALERT

【勇芳软件工作室】汉化HomePreviousNext

STD_ALERT结构包含有关事件的时间和日期,事件类型以及正在生成警报消息的应用程序的信息。

alrt_timestamp
DWORD alrt_timestamp;
TCHAR alrt_eventname[EVLEN + 1];
TCHAR alrt_servicename[SNLEN + 1];
}STD_ALERT, *PSTD_ALERT, *LPSTD_ALERT;

会员

Indicates the time and date of the event.

表示事件的时间和日期。

A Unicode string specifying the alert class (type of event).

指定警报类(事件类型)的Unicode字符串。

A Unicode string specifying which application is raising the alert message.

指定哪个应用程序正在提高警报消息的Unicode字符串。

也可以看看

NetAlertRaise