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;
Summary

Result of a Metrology driver interface operation.

Description

Identifies the result of certain Metrology driver operations.