Microsoft DirectX 9.0 |
The get_Count method retrieves the number of values that were collected for a given statistic.
Syntax
HRESULT get_Count(
LONG *plCount
);
Parameters
plCount
[out] Pointer to a variable that receives the count.
Return Values
Returns an HRESULT value. Possible values include the following.
Return code | Description |
S_OK | Success. |
E_POINTER | NULL pointer argument. |
See Also