IPicture::put_KeepOriginalFormat method (ocidl.h)

Sets the value of the picture's KeepOriginalFormat property.

Syntax

HRESULT put_KeepOriginalFormat(
  [in] BOOL keep
);

Parameters

[in] keep

Specifies the new value to assign to the property.

Return value

This method returns S_OK on success and E_FAIL otherwise.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header ocidl.h

See also

IPicture

IPicture::get_KeepOriginalFormat