Share via


IGameStatistics::GetMaxStatsPerCategory Method

Retrieves thee maximum number of statistics per category supported by the system.

Syntax

virtual HRESULT GetMaxStatsPerCategory(
         WORD *pMax
)

Parameters

  • pMax
    [out] Receives the maximum number of statistics per available category.

Return Value

Returns S_OK if successful. Returns E_INVALIDARG if pMax is NULL.

Requirements

Header: Declared in gameux.h.

See Also

IGameStatistics