IGameStatistics::GetMaxCategories Method
Retrieves the maximum number of categories supported by the system.
c++
virtual HRESULT GetMaxCategories(
WORD *pMax
)
- pMax
[out] Receives the maximum number of statistic categories available for the title.
Returns S_OK if successful. Returns E_INVALIDARG if pMax is NULL.
Header: Declared in gameux.h.