Important: The information in this document is obsolete and should not be used for new development.
Profile Location Structure
Your application passes a profile location structure of typeCMProfileLocation
when it calls
- the
CMOpenProfile
function (page 3-69), specifying the location of a profile to open- the
CMNewProfile
(page 3-75),CWNewLinkProfile
(page 3-112), orCMCopyProfile
(page 3-76) functions, specifying the location of a profile to create or duplicate
struct CMProfileLocation { short locType;/* location type for profile */ CMProfLoc u; /* location information for profile */ };
Field Description
locType
- The type of data structure that the
u
field'sCMProfLoc
union holds--a file specification, a handle, a pointer, or a universal procedure pointer. To specify the type, you use the constants defined in the enumeration described in "Constants for Profile Location Type" (page 3-10).u
- A union identifying the profile location.