C# 클래스 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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ErrorNotificationData ErrorNotificationData_Values
ErrorNotificationType ErrorNotificationType_Values

프로퍼티 상세

ErrorNotificationData 공개적으로 프로퍼티

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
리턴 ErrorNotificationData_Values

ErrorNotificationType 공개적으로 프로퍼티

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