This macro expands to:

#define WinEnableControl(hwndDlg, usId, fEnable)
WinEnableWindow(WinWindowFromId(hwndDlg, usId), fEnable)

This function requires the existence of a message queue.


[Back] [Next]