ServiceCallback (Windows CE 5.0)
This function provides a pointer to the OBEXTRANSACTION structure.
typedef int (*ServiceCallback)(struct _obex_transaction * pTrans);
Parameters
- pTrans
Pointer to an OBEXTRANSACTION structure.
Return Values
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 ServiceCallback function 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 ServiceCallback function, 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
Smartphone: Smartphone 2002 and later
Pocket PC: Pocket PC 2002 and later
OS Versions: Windows CE .NET 4.0 and later
Header: Obexserver.h
Library: Developer Defined.
See Also
Send Feedback on this topic to the authors