macro ALERT_OTHER_INFO (lmalert.h)
La macro ALERT_OTHER_INFO restituisce un puntatore ai dati specifici dell'avviso in un messaggio di avviso. I dati seguono una struttura di STD_ALERT e possono essere un ADMIN_OTHER_INFO, un PRINT_OTHER_INFO o una struttura USER_OTHER_INFO .
Sintassi
void ALERT_OTHER_INFO(
x
);
Parametri
x
Puntatore a una struttura STD_ALERT specificata in una chiamata alla funzione NetAlertRaise .
Valore restituito
nessuno
Osservazioni
La macro ALERT_OTHER_INFO è definita come segue:
#include <windows.h>
#define ALERT_OTHER_INFO(x) ((LPBYTE)(x) + sizeof(STD_ALERT))
Per un esempio di codice che usa la macro ALERT_OTHER_INFO per recuperare un puntatore alla struttura ADMIN_OTHER_INFO, vedere NetAlertRaise.
Requisiti
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | lmalert.h (include Lm.h) |