CDocument::ReadNextChunkValue

Reads the next chunk value.

virtual BOOL ReadNextChunkValue(
   IFilterChunkValue** ppValue
);

Parameters

  • ppValue
    [out] When the function returns, ppValue contains the value that was read.

Return Value

Nonzero if successful; otherwise 0.

Requirements

Header: afxwin.h

See Also

Reference

CDocument Class