Jump to content

PL ALTERED: Difference between revisions

From EDM2
Created page with "This message is broadcast to all frame windows when the PrfReset function is issued. ==Syntax== <pre> param1 HINI hiniUser; Handle of the new user profile.: param2 HINI hiniSystem; Handle of the new system profile.: </pre> ==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. ==Rema..."
 
(No difference)

Latest revision as of 03:15, 14 April 2025

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.