2.2.1.7 RegistrationResponseMessage Request

The RegistrationResponseMessage request message contains the input parameters for a 2-way request message. The callingConvention parameter in the dispatch request tag MUST be set to dslrRequest (0x00000001). The function handle for the dispatch request tag MUST be set to 0x00000003.

The request payload has the following format.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Result

Length

DataBlob (variable)

...

Result (4 bytes): An unsigned 32-bit integer, in big-endian byte order. HRESULT is returned from the previous operation. See [MS-ERREF] for the definitions of error codes.

Length (4 bytes): An unsigned 32-bit integer, in big-endian byte order. Size of the following data blob.

DataBlob (variable): A byte array with length equal to the value of the Length field. This field contains a WMDRM-ND registration response message blob, as specified in section 2.2.1.7.1.