IPicture::put_KeepOriginalFormat

Sets the value of the picture's KeepOriginalFormat property.

HRESULT put_KeepOriginalFormat(
  BOOL keep  //Specifies the new value of KeepOriginalFormat
);
 

Parameters

keep
[in] Specifies the new value to assign to the property.

Return Values

This method supports the standard return value E_FAIL, as well as the following:

S_OK
The property was successfully changed.

QuickInfo

  Windows NT: Use version 4.0 or later.
  Windows: Use Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in ocidl.h.

See Also

IPicture::get_KeepOriginalFormat