USER_OTHER_INFO  MHARKI 

The USER_OTHER_INFO structure contains user error code information in the alert error codes.

typedef struct _USER_OTHER_INFO { 

    DWORD  alrtus_errcode;

    DWORD  alrtus_numstrings;

}USER_OTHER_INFO, *PUSER_OTHER_INFO, *LPUSER_OTHER_INFO;

 

Members

alrtus_errcode

Specifies the error code for the new message in the message log.

alrtus_numstrings

Specifies the number (0-9) of consecutive Unicode strings in the message log.

 

See Also

NetAlertRaise