Retrieves non-text attribute values from a chunk.
SCODE GetValue(
PROPVARIANT ** ppPropValue //Address of output variable that
//receives a pointer to the PROPVARIANT
//structure
);
GetValue should be called only once per chunk.
The PROPVARIANT structure must be allocated with CoTaskMemAlloc. Some PROPVARIANT structures contain pointers, which can be freed by calling PropVariantClear. It is up to the caller of GetValue to call PropVariantClear.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in filter.h.
CoTaskMemAlloc, IFilter::GetText, STAT_CHUNK, IFilter::GetChunk