Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |