IPicture::get_KeepOriginalFormat  _L8W5.

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.

 

See Also

IPicture::put_KeepOriginalFormat