IBTDevice::GetService (Compact 2013)
3/26/2014
This method returns a pointer to the IBTService interface for the specified service.
Syntax
HRESULT GetService(
const GUID *pServiceUUID,
IBTService **ppService
);
Parameters
- pServiceUUID
[in] Service identifier.
- ppService
[out] Pointer to the IBTService interface.
Return Value
The following table shows the possible return values.
Value |
Description |
---|---|
S_OK |
Success. |
E_FAIL |
The device does not support a service matching pServiceUUID. |
Remarks
The caller application is responsible for releasing ppService.