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.
This enumeration provides values to specify the UCX controller state after a reset.
Syntax
typedef enum _UCX_CONTROLLER_STATE {
UcxControllerStateLost,
UcxControllerStatePreserved
} UCX_CONTROLLER_STATE;
Constants
UcxControllerStateLost Indicates the controller state was lost after reset. |
UcxControllerStatePreserved Indicates the controller state was preserved after reset. |
Requirements
Requirement | Value |
---|---|
Header | ucxcontroller.h (include Ucxclass.h) |