#include <dwc.h>
void DWC_ClearDirtyFlag( DWCUserData* userdata );
This function clears the dirty flag for the user specified by userdata.
The dirty flag is found in the DWCUserData. It is useful when user data has changed.
userdata |
Pointer to the DWCUserData structure where user data is stored. |
None.
DWC_CreateUserData, DWC_CheckDirtyFlag, DWC_LoginAsync
2005/12/16 Added a description of the dirty flag.
2005/10/20 Initial version.
CONFIDENTIAL