msgs12.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
PL_ALTERED (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINSHELLDATA
 
PL_ALTERED
hiniUser = HWNDFROMMP(mp1);    /* handle of user-profile file   */
hiniSystem = HWNDFROMMP(mp2);  /* handle of system-profile file */
 
A PL_ALTERED message is broadcast to all frame windows when an application
calls the PrfReset function.
 
Parameter   Description
────────────────────────────────────────────────────────────────────────────
 
hiniUser    Low and high word of mp1. Identifies the user-profile file.
 
hiniSystem  Low and high word of mp2. Identifies the system-profile file.
 
Return Value
 
An application should return zero if it processes this message.
 
See Also
 
PrfReset