Share via


IObex::Initialize

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method initializes the IObex interface. This method must be called before any other method.

Syntax

HRESULT Initialize();

Parameters

None.

Return Value

This method returns one of the following values.

Return value Description

S_OK

The request was completed successfully.

E_FAIL

The request failed.

E_OUTOFMEMORY

Out of memory.

Remarks

Every call to this method must be matched with a call to the IObex::Shutdown method.

Requirements

Header obex.h, obex.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

IObex:IUnknown
OBEX Interfaces