DN_ENTERIDLE

The DN_ENTERIDLE event is sent to the dialog callback function when the dialog enters the idle state.

Attention! Attention!

Param1

0

Param2

0

Return

0

Example

// while in Idle state let the computer calculate the next move
case DN_ENTERIDLE:
  Timer(hDlg);
  return 0;
See also:
DialogEx