IObex::Initialize (Compact 2013)
3/26/2014
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, |
Library |
uuid.lib |