IImage::SetImageFlags
Windows Mobile 6.5
A version of this page is also available for
4/8/2010
This method is used by applications to set various image flags.
HRESULT SetImageFlags( UINT flags );
- flags
-
[in] A UINT value containing one or both ImageFlags enumeration values, ImageFlagsReadOnly or ImageFlagsCaching.
If successful, this method returns S_OK.
If it fails, this method should return one of the following error values:
-
IMGERR_OBJECTBUSY
-
E_FAIL
-
E_INVALIDARG
For more information, see Error Codes for the Imaging API.