CN EMPHASIS: Difference between revisions
Appearance
Created page with "This message is sent by the container control to its owner whenever a container record's attributes change. ==Syntax== <PRE> param1 USHORT id; →Container control ID.: USHORT CN_EMPHASIS; →Notification code.: param2 PNOTIFYRECORDEMPHASIS pNotifyRecordEmphasis; →Pointer to the NOTIFYRECORDEMPHASIS structure.: </PRE> ==Parameters== ;id (USHORT) - Input : Container control ID. ;CN_EMPHASIS (USHORT) - Input : Notification cod..." |
No edit summary |
||
Line 15: | Line 15: | ||
;CN_EMPHASIS ([[USHORT]]) - Input | ;CN_EMPHASIS ([[USHORT]]) - Input | ||
: Notification code. | : Notification code. | ||
;pNotifyRecordEmphasis ([[ | ;pNotifyRecordEmphasis (P[[NOTIFYRECORDEMPHASIS]]) - Input | ||
: Pointer to the [[NOTIFYRECORDEMPHASIS]] structure. | : Pointer to the [[NOTIFYRECORDEMPHASIS]] structure. | ||
Latest revision as of 22:05, 20 April 2025
This message is sent by the container control to its owner whenever a container record's attributes change.
Syntax
param1 USHORT id; /* Container control ID. */ USHORT CN_EMPHASIS; /* Notification code. */ param2 PNOTIFYRECORDEMPHASIS pNotifyRecordEmphasis; /* Pointer to the NOTIFYRECORDEMPHASIS structure. */
Parameters
- id (USHORT) - Input
- Container control ID.
- CN_EMPHASIS (USHORT) - Input
- Notification code.
- pNotifyRecordEmphasis (PNOTIFYRECORDEMPHASIS) - Input
- Pointer to the NOTIFYRECORDEMPHASIS structure.
Returns
- ulReserved (ULONG) - returns
- Reserved value, should be 0.
Remarks
None.
Default Processing
The default window procedure does not expect to receive this notification code and therefore takes no action on it other than to return 0.