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;SummaryResult of a Metrology driver interface operation.
DescriptionIdentifies the result of certain Metrology driver operations.
