다음을 통해 공유


CMFCFilterChunkValueImpl::GetValue

Retrieves the value as an allocated propvariant.

HRESULT GetValue(
   PROPVARIANT **ppPropVariant
);

Parameters

  • ppPropVariant
    When the function returns, this parameter contains the chunk value.

Return Value

S_OK if PROPVARIANT was allocated successfully and the chunk value was successfully copied to ppPropVariant; otherwise an error code.

Requirements

Header: afxwin.h

See Also

Reference

CMFCFilterChunkValueImpl Class