DWCRnkState

Definition


#include <dwc.h>

typedef enum{

    DWC_RNK_STATE_NOTREADY  = 0,

    DWC_RNK_STATE_INITIALIZED,
    DWC_RNK_STATE_PUT_ASYNC,
    DWC_RNK_STATE_GET_ASYNC,
    DWC_RNK_STATE_COMPLETED,

    DWC_RNK_STATE_ERROR

} DWCRnkState;
				

Description

The enumeration type that defines the error codes for general-purpose ranking.

DWC_RNK_STATE_NOTREADY Uninitialized state
DWC_RNK_STATE_INITIALIZED Initialization complete
DWC_RNK_STATE_PUT_ASYNC Performing asynchronous PUT process
DWC_RNK_STATE_GET_ASYNC Performing asynchronous GET process
DWC_RNK_STATE_COMPLETED Completed
DWC_RNK_STATE_ERROR An error has been generated.

See Also

DWC_RnkGetState

Revision History

04/14/2006 Initial version.