DWC_IsCompatibleUserData

Syntax

#include <dwc.h>

BOOL DWC_IsCompatibleUserData(const DWCUserData *userdata);

Arguments

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

Return Values

TRUE User data created with the same game code.
FALSE User data created with a different game code.

Description

Checks if the initial code (the gamecode) included in the user data is the same as the gamecode specified in DWC_Init.

Revision History

1.4.0
Created initial version.

CONFIDENTIAL