LFile::FreeICCProfileExt
#include "ltwrappr.h"
#include "ltclr.h"
L_INT LFile::FreeICCProfileExt(pICCProfile)
pICCPROFILEEXT pICCProfile; |
/* pointer to a structure */ |
Frees the memory allocated by LFile::InitICCProfileExt.
Parameter |
Description |
pICCProfile |
Pointer to the ICCPROFILEEXT structure to be freed. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Comments
When the ICCPROFILEEXT structure initialized by LFile::InitICCProfileExt is no longer needed, the memory must be freed by calling LFile::FreeICCProfileExt.
Required DLLs and Libraries
LTCLR For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
LFile::FreeICCProfile, LFile::InitICCProfile, LFile::LoadICCProfile, LFile::InitICCProfileExt, LFile::SaveICCProfile, LFile::LoadICCProfileExt, Class Members |
Topics: |
|
|
Example
For an example, refer to LFile::InitICCProfileExt.