Using the C/C++ API
This section provides details about using the SDK with the C/C++ API.
Part II contains the following chapters:
Windows Implementation Details
This chapter describes the implementation of the Web View Export SDK on the Windows platform.
UNIX Implementation Details
This chapter describes the implementation of the Web View Export SDK on the UNIX platform. The UNIX implementation of the Export product set is delivered as a set of shared libraries.
Data Access Common Functions
This chapter describes common Data Access functions for Web View Export. The Data Access module is common to all Oracle Outside In SDKs. It provides a way to open a generic handle to a source file. This handle can then be used in the functions described in this chapter.
Export Functions
This chapter outlines the basic functions used to initiate the conversion of documents using the Web View Export SDK.
Redirected IO
This chapter describes the yse of Redirected IO in Web View Export. Anywhere a file specification (dwSpecType and pSpec parameters) is passed to a function in the product, the developer may use Redirected IO to completely take over responsibility for the low level IO calls of that particular file. The source file and all output files can be redirected in this way.
Callbacks
This chapter describes the use of callbacks in Web View Export. Callbacks allow the developer to intervene at critical points in the export process. Each heading in this chapter is a possible value for the dwCommandOrInfoId parameter passed to the developer’s callback.
Web View Export C/C++ Options
Options are parameters affecting the behavior of an export or transformation. This chapter presents the C/C++ options relevant to the Web View Export product.