#include <dwc.h>
void DWC_ClearDirtyFlag( DWCUserData* userdata );
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.
userdata |
Pointer to the DWCUserData structure where user data is stored. |
None.
DWC_CreateUserData
DWC_CheckDirtyFlag
DWC_LoginAsync
DWC_CheckUserData
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