2.2.1.3.3 MSV1_0_LM3_RESPONSE
The MSV1_0_LM3_RESPONSE structure is used in the Lm3Response field in the Lm20GetNtlm3ChallengeResponse message (section 2.2.2.2.2).
-
typedef struct { UCHAR Response[MSV1_0_NTLM3_RESPONSE_LENGTH]; UCHAR ChallengeFromClient[MSV1_0_CHALLENGE_LENGTH]; } MSV1_0_LM3_RESPONSE, *PMSV1_0_LM3_RESPONSE;
Response: A UCHAR ([MS-DTYP] section 2.2.45) that is an array of 8-bit data items with a length specified by MSV1_0_NTLM3_RESPONSE_LENGTH (16) that specifies the number bytes in the string.
ChallengeFromClient: A UCHAR type that is an array of 8-bit data items with a length specified by MSV1_0_CHALLENGE_LENGTH (8) that specifies the number bytes in the string.