Returns true if a specified RETURN_STATUS code is an error code.
This function returns TRUE if StatusCode has the high bit set. Otherwise, false is returned.
The status code value to evaluate.
true if The high bit of StatusCode is set. false if The high bit of StatusCode is clear.
See Implementation
Returns true if a specified RETURN_STATUS code is an error code.
This function returns TRUE if StatusCode has the high bit set. Otherwise, false is returned.