PL ALTERED
Appearance
This message is broadcast to all frame windows when the PrfReset function is issued.
Syntax
param1 HINI hiniUser; /* Handle of the new user profile. */ param2 HINI hiniSystem; /* Handle of the new system profile. */
Parameters
- hiniUser (HINI) - input
- Handle of the new user profile.
- hiniSystem (HINI) - input
- Handle of the new system profile.
Returns
- ulReserved (ULONG) - returns
- Reserved value, must be 0.
Remarks
Applications should refresh their defaults from the user or system profile.
Default Processing
The default window procedure takes no action on this message, other than to set ulReserved to 0.