IHeaderCollection::AddByteArray
This method adds a raw ByteArray-type header.
HRESULT AddByteArray(
byte Id,
unsigned long ulSize,
byte* pData
);
Parameters
- Id
[in] Header identifier. - ulSize
[in] Size of the byte array. - pData
[in] Pointer of the header data.
Return Values
The appropriate HResult is returned.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Obex.h, Obex.idl.
Link Library: Uuid.lib.
See Also
IHeaderCollection | OBEX Interfaces
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.