Share via


ISdpStream::RetrieveElementInfo (Windows CE 5.0)

Send Feedback

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

HRESULT RetrieveElementInfo(UCHAR* pStream,SDP_TYPE* pElementType,SDP_SPECIFICTYPE* pElementSpecificType,ULONG* pElementSize,ULONG* pStorageSize,UCHAR** ppData);

Parameters

  • pStream
    [in] Pointer to the stream containing the element.
  • pElementType
    [out] Destination pointer for the type of the element.
  • pElementSpecificType
    [out] Destination pointer for the specific type of the element.
  • pElementSize
    [out] Destination pointer for the size of the element.
  • pStorageSize
    [out] Destination pointer for the storage size.
  • ppData
    [out] Destination pointer for the data in the element.

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.