Share via


IGameStatistics::GetMaxValueLength Method

Retrieves the maximum number of characters in a statistic value.

Syntax

virtual HRESULT GetMaxValueLength(
         UINT *cch
)

Parameters

  • cch
    [out] Receives the maximum number of characters in a statistic value.

Return Value

S_OK if successful. E_INVALIDARG if cch is NULL. Standard error codes otherwise.

Requirements

Header: Declared in gameux.h.

See Also

IGameStatistics::GetMaxNameLength
IGameStatistics