ISdpStream::RetrieveElementInfo
A version of this page is also available for
4/8/2010
This method retrieves element information from the stream in a pointer-alignment-safe manner.
Syntax
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 Value
None.
Requirements
Header | bthapi.h, bthapi.idl |
Library | Btdrt.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |