1.1.4.30 DRV_METROLOGY_RESULT Enum

C
typedefenum
{
    /* Operation completed with success. */
    DRV_METROLOGY_SUCCESS,

    /* Invalid handle or operation failed. */
    DRV_METROLOGY_ERROR

} DRV_METROLOGY_RESULT;
Summary

Result of a Metrology driver interface operation.

Description

Identifies the result of certain Metrology driver operations.