eHANDLE_TRACE_OPERATIONS enumeration (avrfsdk.h)
Identifies the type of handle operation that has occurred.
Syntax
typedef enum eHANDLE_TRACE_OPERATIONS {
OperationDbUnused,
OperationDbOPEN,
OperationDbCLOSE,
OperationDbBADREF
} ;
Constants
OperationDbUnused Not used at this time. |
OperationDbOPEN Specifies an open (create) handle operation. |
OperationDbCLOSE Specifies a close handle operation. |
OperationDbBADREF Specifies an invalid handle operation. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | avrfsdk.h |