IObex::EnumTransports
This method returns a pointer to the ITransportEnum interface that enumerates known transports.
HRESULT EnumTransports(
IPropertyBagEnum** ppTransportEnum
);
Parameters
- ppTransportEnum
[out] Pointer to the ITransportEnum interface.
Return Values
The appropriate HResult is returned.
Remarks
The ITransportEnum interface enumerates a list of IpropertyBag2 interfaces. Each property bag interface has a globally unique identifier (GUID) associated with it and a list of properties for that transport. An OBEX service can use this list of properties to determine what needs to be configured for a particular transport.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Obex.h, Obex.idl.
Link Library: Uuid.lib.
See Also
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.