IPicture::get_KeepOriginalFormat

Returns the current value of the picture's KeepOriginalFormat property.

HRESULT get_KeepOriginalFormat(
  BOOL* pfkeep  //Receives a pointer to the value of 
                //KeepOriginalFormat
);
 

Parameters

pfkeep
[out] Pointer to the caller's BOOL variable that receives the value of the property.

Return Values

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

S_OK
The value of the KeepOriginalFormat property was returned successfully.
E_POINTER
The address in pfkeep is not valid. For example, it may be NULL.

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::put_KeepOriginalFormat