VpeReadDocStream

<< Click to Display Table of Contents >>

Navigation:  Management Functions >

VpeReadDocStream

Previous pageReturn to chapter overviewNext page

[Professional Edition and above]

Identical to VpeReadDoc(), but reads the document from a stream. Currently the only type of stream offered by VPE is a memory stream.

int VpeReadDocStream(

VpeHandle hDoc,

VpeHandle hStream

)

VpeHandle hDoc

Document Handle

VpeHandle hStream

The handle of the stream where the document shall be read from. The stream must have been created before by calling VpeCreateMemoryStream() and of course it must hold a valid VPE document.

Returns:

Value

Description

True

Success

False

Failure