OpenDOF Project
typedef DOSStatus(* DOSOpenSessionCallback)(DOSInterfaceID sessionType)

A provider callback specifically for handling an OAP session request.

The likely implementation will be to begin session provides (including preparing any necessary resources).

Note
DOSContext will hold a DOSOAPSession that is the session context used for managing an OAP Session. This should not be modified, but an application can access it for information about the session.
Parameters
sessionTypeA DOSInterfaceID specifying the type of session the requsetor desires.
Returns
If DOSSTATUS_SUCCESS is returned, the session will be opened.
See Also
DOSProvider_SessionProvide
core-c-cos Version 7.0.1 Build 0
2018-02-08