ISdpStream::RetrieveElementInfo
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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.