JavaScript must be enabled to correctly display this content
  • Title and Copyright Information
  • Preface
    • Audience
    • Documentation Accessibility
    • Related Documents
    • Conventions
  • Introduction
    • What Does This Technology Do?
    • Architectural Overview
    • Definition of Terms
    • Directory Structure
    • How to Use Content Access
    • How to Use Text Access
  • Windows Implementation Details
    • Libraries and Structure
    • The Basics
      • What You Need in Your Source Code
      • Options and Information Storage
      • Structure Alignment
    • Character Sets
      • Default API Character Set
      • Double-Byte Character Set Mapping
    • Runtime Considerations
    • Changing Resources
  • UNIX Implementation Details
    • Installation
      • NSF Support
    • Libraries and Structure
    • The Basics
      • What You Need in Your Source Code
      • Options and Information Storage
    • Character Sets
      • Default API Character Set
      • Double-Byte Character Set Mapping
    • Runtime Considerations
      • Signal Handling
      • Runtime Search Path and $ORIGIN
    • Environment Variables
    • Changing Resources
    • HP-UX Compiling and Linking
    • IBM AIX Compiling and Linking
    • Linux Compiling and Linking
      • Library Compatibility
        • Motif Libraries
        • GLIBC and Compiler Versions
        • Other Libraries
      • Compiling and Linking
    • Oracle Solaris Compiling and Linking
      • Oracle Solaris SPARC
      • Oracle Solaris x86
    • FreeBSD Compiling and Linking
  • Data Access Common Functions
    • Deprecated Functions
    • DAInitEx
    • DADeInit
    • DAOpenDocument
      • IOSPECSUBOBJECT Structure
      • IOSPECLINKEDOBJECT Structure
      • IOSPECARCHIVEOBJECT Structure
      • SCCDAOBJECT Structure
    • DACloseDocument
    • DARetrieveDocHandle
    • DASetOption
    • DAGetOption
    • DAGetFileId
    • DAGetFileIdEx
    • DAGetErrorString
    • DAGetObjectInfo
    • DAGetTreeCount
    • DAGetTreeRecord
      • SCCDATREENODE Structure
    • DAOpenTreeRecord
    • DAOpenRandomTreeRecord
      • DATREENODELOCATOR
      • SCCCA_TREENODELOCATOR: Tree Node Locator
    • DASaveInputObject
    • DASaveTreeRecord
    • DASaveRandomTreeRecord
      • DATREENODELOCATOR
      • SCCCA_TREENODELOCATOR: Tree Node Locator
    • DACloseTreeRecord
    • DASetStatCallback
    • DASetFileAccessCallback
    • DAOpenNextDocument
    • DAGetOptionItem
    • DARemoveOptionItem
    • DAAddOptionItem
    • DASetFileSpecOption
    • DAOpenSubdocumentById
  • Text Access Functions
    • TAOpenText
    • TACloseText
    • TAReadFirst
    • TAReadNext
  • Content Access Functions
    • CAOpenContent
    • CACloseContent
    • CAReadFirst
    • CAReadNext
      • SCCCAGETCONTENT Structure
    • CAContentStatus
      • EXSUBDOCSTATUS Structure
    • CASeek
    • CATell
  • Content Description
    • SCCCA_BEGINTAG/SCCCA_ENDTAG: Tagged Content
      • SCCCA_BEGINTAG Content Description
      • Tag Types
      • Document Property IDs
      • SCCCA_SUBDOCPROPERTY Document Properties
      • Mail Field IDs
    • SCCCA_BREAK: Content Breaks
    • SCCCA_CELL: Cell Boundary
      • SCCCA_CELL Content Description
    • SCCCA_COMMENTREFERENCE
    • SCCCA_FILEPROPERTY: File Property Content
      • SCCCA_FILEPROPERTY Content Description
    • SCCCA_GENERATED: Generated Information
      • SCCCA_GENERATED Content Description
    • SCCCA_OBJECT: SubObjects
      • SCCCA_OBJECT Content Description
    • SCCCA_OBJECTALTSTRING: Alternate String
      • SCCCA_OBJECTALTSTRING Content Description
    • SCCCA_OBJECTNAME: Object Name
      • SCCCA_OBJECTNAME Content Description
    • SCCCA_RECORD: Archive Record
      • SCCCA_RECORD Content Description
    • SCCCA_REVISION_CELL: Revision Cell
      • SCCCA_REVISION_CELL Content Description
    • SCCCA_REVISION_ROW: Revision Row
      • SCCCA_REVISION_ROW Content Description
    • SCCCA_REVISION_COLUMN: Revision Column
      • SCCCA_REVISION_COLUMN Content Description
    • SCCCA_REVISION_SHEET: Revision Sheet
      • SCCCA_REVISION_SHEET Content Description
    • SCCCA_REVISION_SHEETNAME: Revision Sheet Name
      • SCCCA_REVISION_SHEETNAME Content Description
    • SCCCA_REVISION_USER: Revision User
      • SCCCA_REVISION_USER Content Description
    • SCCCA_SHEET: Sheet Names
      • SCCCA_SHEET Content Description
    • SCCCA_SLIDE: Presentation Slide
    • SCCCA_STYLECHANGE: Style Information
      • SCCCA_STYLECHANGE Content Description
    • SCCCA_TEXT: Text Content
      • SCCCA_TEXT Content Description
      • Special Text Character Substitutions
    • SCCCA_TREENODELOCATOR: Tree Node Locator
      • SCCCA_TREENODELOCATOR Content Description
  • Redirected IO
    • Using Redirected IO
    • IOClose
    • IORead
    • IOWrite
    • IOSeek
    • IOTell
    • IOGetInfo
      • IOGENSECONDARY and IOGENSECONDARYW Structures
      • File Types That Cause IOGETINFO_GENSECONDARY
    • IOSEEK64PROC / IOTELL64PROC
      • IOSeek64
      • IOTell64
  • Implementation Issues
    • Running in 24x7 Environments
  • Sample Applications
    • Building the Samples on a Windows System
    • Building the Samples on a UNIX System
    • An Overview of the Sample Applications
      • batch_process_ca
      • casample
      • extract_archive
      • extract_object
      • memoryio
      • parsepst
      • tademo (Windows Only)
      • taredir (UNIX Only)
      • textdemo (UNIX Only)
  • Content Access Options
    • Character Mapping
      • SCCOPT_DEFAULTINPUTCHARSET
      • SCCOPT_OUTPUTCHARACTERSET
      • SCCOPT_UNMAPPABLECHAR
    • Input Handling
      • SCCOPT_EXTRACTXMPMETADATA
      • SCCOPT_FALLBACKFORMAT
      • SCCOPT_FIFLAGS
      • SCCOPT_SYSTEMFLAGS
      • SCCOPT_IGNORE_PASSWORD
      • SCCOPT_LOTUSNOTESDIRECTORY
      • SCCOPT_PARSEXMPMETADATA
      • SCCOPT_PDF_FILTER_REORDER_BIDI
      • SCCOPT_PROCESS_OLE_EMBEDDINGS
      • SCCOPT_TIMEZONE
      • SCCOPT_HTML_COND_COMMENT_MODE
      • SCCOPT_PDF_FILTER_DROPHYPHENS
      • SCCOPT_ARCFULLPATH
      • SCCOPT_NULLREPLACECHAR
      • SCCOPT_EX_PERFORMANCEMODE
      • SCCOPT_GENERATEEXCELREVISIONS
      • SCCOPT_PDF_FILTER_MAX_EMBEDDED_OBJECTS
      • SCCOPT_PDF_FILTER_MAX_VECTOR_PATHS
      • SCCOPT_PDF_FILTER_WORD_DELIM_FRACTION
    • Compression
      • SCCOPT_FILTERJPG
      • SCCOPT_FILTERLZW
    • Content Access Flags
      • SCCOPT_ENABLEALLSUBOBJECTS
      • SCCOPT_CA_FLAGS
      • SCCOPT_FORMATFLAGS
    • File System
      • SCCOPT_IO_BUFFERSIZE
        • SCCBUFFEROPTIONS Structure
      • SCCOPT_TEMPDIR
        • SCCUTTEMPDIRSPEC Structure
      • SCCOPT_DOCUMENTMEMORYMODE
      • SCCOPT_REDIRECTTEMPFILE