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 typeCMProfileLocationwhen it calls
- the
CMOpenProfilefunction (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
ufield'sCMProfLocunion 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.
 
  
  
 