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
OperationDbUnusedNot used at this time. |
OperationDbOPENSpecifies an open (create) handle operation. |
OperationDbCLOSESpecifies a close handle operation. |
OperationDbBADREFSpecifies 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 |