Keyword Reference


$tagNMDAYSTATE

Carries information required to process the $MCN_GETDAYSTATE notification me

Global Const $tagNMDAYSTATE = $tagNMHDR & ";" & $tagSYSTEMTIME & ";int DayState;ptr pDayState"

Parameters

$tagNMHDR Contains information about a notification message.
$tagSYSTEMTIME Contains the starting date.
DayState The total number of elements that must be in the array at pDayState
pDayState Address of an array of MONTHDAYSTATE (DWORD bit field that holds the state of each day in a month)
Each bit (1 through 31) represents the state of a day in a month. If a bit is on, the corresponding day will be displayed in bold; otherwise it will be displayed with no emphasis.
The buffer at this address must be large enough to contain at least DayState elements.

Related

$tagSYSTEMTIME