DWC_ClearDirtyFlag

Syntax


#include <dwc.h>

void DWC_ClearDirtyFlag( DWCUserData* userdata );

Description

Clears the dirty flag in user data and recalculates the CRC value included in user data.

The dirty flag is found in the DWCUserData. It becomes effective when user data has changed.

The CRC value is used by the DWC_CheckUserData function prepared to check the validity of user data when loading saved user data into memory.

Arguments

userdata Pointer to the DWCUserData structure where user data is stored.

Return Values

None.

See Also

DWC_CreateUserData
DWC_CheckDirtyFlag
DWC_LoginAsync
DWC_CheckUserData

Revision History

2008/04/25 Added a note that the CRC value included in user data is recalculated.
2005/12/16 Added a description of the dirty flag.
2005/10/20 Initial version.


CONFIDENTIAL