An NDoc Documented Class Library

doc_package Structure

Used in the document header structure to pass blobs of data back and forth to the engine to be stored along with a document.

For a list of all members of this type, see doc_package Members.

System.Object
   ValueType
      doc_package

public struct doc_package

Remarks

The doc_package structure is used in the document header structure to pass blobs of data back and forth to the engine to be stored along with a document. Create some memory using GlobalAlloc sizeof(doc_package) times the number of packages and set doc_hdr.hpackages to that value. Also set num_packages with the number of doc_package structures allocated in the memory block. Also you will need to set the mask to include the DOC_PACKAGE flag.

Requirements

Namespace: askSam

Assembly: asnetsdk (in asnetsdk.dll)

See Also

doc_package Members | askSam Namespace