24 #ifndef __ICMSItemProfileSource__ 25 #define __ICMSItemProfileSource__ 30 #include "ColorMgmtID.h" 31 #include "IPMUnknown.h" 38 enum { kDefaultIID = IID_ICMSITEMPROFILESOURCE };
40 enum ProfileSourceType {
42 kProfileSourceDefault,
43 kProfileSourceExternal,
44 kProfileSourceEmbedded
48 virtual ProfileSourceType GetProfileSourceType()
const = 0;
49 virtual void SetProfileSourceType(ProfileSourceType newType) = 0;
52 virtual void GetEmbeddedProfileName(
PMString &theString)
const = 0;
53 virtual void SetEmbeddedProfileName(
const PMString& newName) = 0;
56 #endif // __ICMSItemProfileSource__