Microsoft DirectX 8.1 (C++) |
The GetServices method retrieves a collection of TuneRequest objects representing all the services available in the tuning space.
Syntax
HRESULT GetServices(
IEnumTuneRequests** ppEnumTuneRequests
);
Parameters
ppEnumTuneRequests
[out] Pointer to a variable that receives the returned collection.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
Remarks
The caller must release ppEnumTuneRequests when finished with it.
This method is used to enumerate all services listed in the service descriptor table. Each tune request in the returned collection contains locator data for the service.
See Also