Microsoft DirectX 8.1 (C++)

ITuningSpaceContainer::FindID

The FindID method retrieves the local unique ID number for the specified tuning space.

Syntax

HRESULT FindID(
    ITuningSpace* pTuningSpace,
    long* pID
);

Parameters

pTuningSpace

[in] Pointer to the ITuningSpace interface on the object whose ID will be retrieved.

pID

[out] Pointer to a variable of type long that will receive the ID number.

Return Values

Returns S_OK if successful or E_INVALIDARG if pTuningSpace does not point to a valid object.

See Also