Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |