Jump to content

PL ALTERED

From EDM2
Revision as of 04:15, 14 April 2025 by Martini (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.