Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This function provides a pointer to the OBEXTRANSACTIONstructure.

Syntax

typedef int (*ServiceCallback)(
  struct _obex_transaction * 
pTrans 
);

Parameters

pTrans

Pointer to an OBEXTRANSACTIONstructure.

Return Value

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

S_OK

The method completed successfully.

Remarks

To create an OBEX server extension, a DLL that exports the ServiceCallbackfunction must first be created. An OBEX server searches for this DLL in the registry after receiving an OBEX request for service (by default, this request applies to the default Inbox). After finding the DLL containing the exported ServiceCallbackfunction, the OBEX server loads the server extension DLL and initializes service using an OBEX_REQ_INIT call to the service extension. At this point, the OBEX service is established and ready to transfer information as necessary.

Requirements

Header obexserver.h
Library Developer Implemented
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

OBEX Functions