2.1.4.31 DRV_MCMETROLOGY_RESULT Enum
C
typedefenum
{
/* Operation completed with success. */
DRV_MCMETROLOGY_SUCCESS,
/* Invalid handle or operation failed. */
DRV_MCMETROLOGY_ERROR
} DRV_MCMETROLOGY_RESULT;SummaryResult of a Metrology driver interface operation.
DescriptionIdentifies the result of certain Metrology driver operations.
