search for: check_valu

Displaying 1 result from an estimated 1 matches for "check_valu".

Did you mean: check_value
2011 Jun 24
6
Code? or Test Pattern?
...ALL_PATH" in the 409th line of a version 3.5.8, "2" is set up to "mode". ------------------------------------------------------- printf("test mode_information level\n"); sfinfo.mode_information.in.mode = 2; CHECK_CALL_FNUM(MODE_INFORMATION, NT_STATUS_OK); CHECK_VALUE(MODE_INFORMATION, mode_information, mode, 2); CHECK_CALL_PATH(MODE_INFORMATION, NT_STATUS_OK); CHECK_VALUE(MODE_INFORMATION, mode_information, mode, 0); sfinfo.mode_information.in.mode = 1; ------------------------------------------------------- This is the same also in version "3.5....