ExitValueMeaning element

Indicates whether the exit value means success or is a HRESULT.

Usage

<ExitValueMeaning>
  child elements
</ExitValueMeaning>

Attributes

There are no attributes.

Child elements

Element Description
ExitValueIsHresult
AXE should interpret the process exit value as an HRESULT to determine success or failure.

ZeroIsSuccess
AXE should interpret the process exit value of zero to mean the assessment was successful.

Child element sequence

(
  ZeroIsSuccess, 
  ExitValueIsHresult
)

Parent elements

Element Description
Properties
This element describes properties.

Remarks

Although Windows treats process exit values as unsigned values, some executables may return an HRESULT as their exit code.

Element information

Can be empty No

See also

AXE Assessment Manifest