Share via


IObex::Initialize (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

IObex:IUnknown
OBEX Interfaces