WinEnableControl - Remarks

This macro expands to:

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

This function requires the existence of a message queue.


[Back: WinEnableControl - Parameters]
[Next: WinEnableControl - Related Functions]