C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.TS_LOGON_ERRORS_INFO

The TS_LOGON_ERRORS_INFO structure contains information which describes a logon error notification.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_8_3_1_1_3_1_1.xml
ファイルを表示 Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
ErrorNotificationData ErrorNotificationData_Values
ErrorNotificationType ErrorNotificationType_Values

Property Details

ErrorNotificationData public_oe property

A 32-bit unsigned integer. Error code describing the reason for the notification. Microsoft RDP servers populate this field with an NTSTATUS error code (see [ERRTRANS] for information on translating NTSTATUS error codes to usable text strings) which describes the issue which triggered the error.
public ErrorNotificationData_Values ErrorNotificationData
return ErrorNotificationData_Values

ErrorNotificationType public_oe property

A 32-bit unsigned integer. The type code of the notification.
public ErrorNotificationType_Values ErrorNotificationType
return ErrorNotificationType_Values