+ TWM*UIState

git-svn-id: trunk@3419 -
This commit is contained in:
florian 2006-05-05 08:07:12 +00:00
parent a5dfe315ec
commit b3f93a4f42

View File

@ -1248,10 +1248,13 @@ Type
Result : LRESULT;
end;
TWMCancelMode = TWMNoParams;
TWMNCDestroy = TWMNoParams;
TWMDestroy = TWMNoParams;
TWMClose = TWMNoParams;
TWMCancelMode = TWMNoParams;
TWMNCDestroy = TWMNoParams;
TWMDestroy = TWMNoParams;
TWMClose = TWMNoParams;
TWMQueryUIState = TWMNoParams;
TWMChangeUIState = TWMUIState;
TWMUpdateUIState = TWMUIState;
TWMKey = record
Msg: UINT;