IBTDevice::GetAllServices (Compact 2013)
3/26/2014
This method returns the list of services that the device supports.
Syntax
HRESULT GetAllServices(IBTServiceArray **ppiArray);
Parameters
- ppiArray
[out] Pointer to the IBTServiceArray interface.
Return Value
The following table shows the possible return values.
Value |
Description |
---|---|
S_OK |
Success. |
S_FALSE |
The device does not support any services. |
E_POINTER |
ppiArray is NULL. |
E_OUTOFMEMORY |
Memory could not be allocated for the method. |
Remarks
The caller application is responsible for releasing the ppiArray pointer.