#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
12/16/2005 Added a description of the dirty flag.
10/20/2005 Initial version.