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

The LICENSE_ERROR_MESSAGE structure is used to indicate that an error occurred during the licensing protocol. Alternatively, it is also used to notify the peer of important status information.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_12_3.xml
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
bbErrorInfo LICENSE_BINARY_BLOB
dwErrorCode dwErrorCode_Values
dwStateTransition dwStateTransition_Values

Property Details

bbErrorInfo public_oe property

A LICENSE_BINARY_BLOB structure which MUST contain a BLOB of type BB_ERROR_BLOB (0x0004) that includes information relevant to the error code specified in dwErrorCode.
public LICENSE_BINARY_BLOB,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr bbErrorInfo
return LICENSE_BINARY_BLOB

dwErrorCode public_oe property

A 32-bit unsigned integer. The error or status code. Sent by client:
public dwErrorCode_Values dwErrorCode
return dwErrorCode_Values

dwStateTransition public_oe property

A 32-bit unsigned integer. The licensing state to transition into upon receipt of this message. For more details about how this field is used, see [MS-RDPELE].
public dwStateTransition_Values dwStateTransition
return dwStateTransition_Values