IBTService::GetSDPRecord (Compact 2013)
3/26/2014
This method returns a pointer to a BLOB structure that stores the Service Discovery Protocol (SDP) record.
Syntax
HRESULT GetSDPRecord (LPBLOB pSDPBlob);
Parameters
- pSDPBlob
[out] Pointer to a BLOB structure that stores the SDP record.
Return Value
The following table shows the possible return values.
Value |
Description |
---|---|
S_OK |
Success. |
DISP_E_BUFFERTOOSMALL |
The size of the specified BLOB is too small for the SDP record. |