DWC_ClearDirtyFlag

Syntax

#include <dwc.h> 
void DWC_ClearDirtyFlag(DWCUserData *userdata);

Arguments

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

Return Values

None.

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 structure. It is set when user data is changed.

The CRC value is used by the DWC_CheckUserData function, which checks the validity of user data when loading saved user data into memory.

See Also

DWC_CreateUserData DWC_CheckDirtyFlag DWC_LoginAsync DWC_CheckUserData

Revision History

For the change log prior to 5.1 PR2, click here.   


CONFIDENTIAL