RETURN_ERROR

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.

extern (C)
bool
RETURN_ERROR
(
T
)

Parameters

StatusCode T

The status code value to evaluate.

Return Value

Type: bool

true if The high bit of StatusCode is set. false if The high bit of StatusCode is clear.

Meta