IGameStatisticsMgr::RemoveGameStatistics Method
Removes all statistics for a given title (clears the underlying storage).
c++
virtual HRESULT RemoveGameStatistics(
LPCWSTR GDFBinaryPath
)
- GDFBinaryPath
[in] A string that contains the fully qualified path of the binary that contains the game definition file (GDF). The GDF must be present in the default resource location.
Returns S_OK if the games statistics for the title was opened or created successfully.
Header: Declared in gameux.h.
IGameStatisticsMgr::GetGameStatistics
IGameStatisticsMgr
IGameStatistics