#include "ltwrappr.h"
LICCProfile::LICCProfile();
Constructs a LICCProfile object.
None.
This is the constructor for the LICCProfile class.
Required DLLs and Libraries
LTCLR LTFIL For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Functions: |
LICCProfile::Load, LICCProfile::Initialize, LICCProfile::~LICCProfile, Class Members |
Topics: |
|
|
This example will call the constructor and destructor of LICCProfile class
L_INT LICCProfile_LICCProfileExample()
{
LICCProfile ICCObj;
//.....
//...
//.
return SUCCESS;
}