Share via


IGameStatistics::GetMaxCategories Method

Retrieves the maximum number of categories supported by the system.

Syntax

virtual HRESULT GetMaxCategories(
         WORD *pMax
)

Parameters

  • pMax
    [out] Receives the maximum number of statistic categories available for the title.

Return Value

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

Requirements

Header: Declared in gameux.h.

See Also

IGameStatistics