IObexDevice::Get
This method issues a Get command for an object on an OBEX server.
HRESULT Get(
IHeaderCollection* pHeaders,
IStream** ppStream
);
Parameters
- pHeaders
[in] Pointer to the headers collection that describes the object. - ppStream
[out] Destination pointer to the IStream interface, which is used to write the 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
Client Support | IObexDevice | IStream | OBEX Interfaces
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.