ISdpStream::RetrieveRecords (Windows CE 5.0)

Send Feedback

This method retrieves records from the stream in a pointer-alignment-safe manner.

HRESULT RetrieveRecords(UCHAR* pStream, ULONGsize,ISdpRecord** ppSdpRecords,ULONG* pNumRecords);

Parameters

  • pStream
    [in] Pointer to the stream containing the record.
  • size
    [in] Size of the record to retrieve.
  • ppSdpRecords
    [out] Pointer to the SDP records.
  • pNumRecords
    [out] Pointer to the number of SDP records.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Bthapi.h, Bthapi.idl.
Link Library: Btdrt.lib.

See Also

ISdpStream

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.