ENCODE_WARNING

Produces a RETURN_STATUS code with the highest bit clear.

extern (C)
template ENCODE_WARNING (
UINTN StatusCode
) {}

Members

Variables

ENCODE_WARNING
enum RETURN_STATUS ENCODE_WARNING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Parameters

StatusCode

The status code value to convert into a warning code. StatusCode must be in the range 0x00000000..0x7FFFFFFF.

Return Value

The value specified by StatusCode with the highest bit clear.

Meta