ProfilePriority Property (Alert Control)
   Windows - Visual C++
   Description
   The ProfilePriority property 
   returns or sets the priority value for the specified profile. A 
   profile's priority indicates its importance.
   Syntax
   long value = 
   GetProfilePriority(LPCTSTR profileCode);
   void 
   SetProfilePriority(LPCTSTR profileCode, long value); 
   The ProfilePriority syntax has 
   these parts:
    
   
| 
       Part  | 
     
       Description  | 
    |
| 
       profileCode  | 
     
       A string specifying a valid profile code.  | 
    |
| 
       value  | 
     
       A long integer containing the profile's priority.  | 
    |
See Also: GetProfileCode
Back to: Alert Properties