// Copyright 2011 Software Freedom Conservancy | |
// Licensed under the Apache License, Version 2.0 (the "License"); | |
// you may not use this file except in compliance with the License. | |
// You may obtain a copy of the License at | |
// | |
// http://www.apache.org/licenses/LICENSE-2.0 | |
// | |
// Unless required by applicable law or agreed to in writing, software | |
// distributed under the License is distributed on an "AS IS" BASIS, | |
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
// See the License for the specific language governing permissions and | |
// limitations under the License. | |
#define WD_INIT WM_APP + 1 | |
#define WD_SET_COMMAND WM_APP + 2 | |
#define WD_EXEC_COMMAND WM_APP + 3 | |
#define WD_GET_RESPONSE_LENGTH WM_APP + 4 | |
#define WD_GET_RESPONSE WM_APP + 5 | |
#define WD_WAIT WM_APP + 6 | |
#define WD_BROWSER_NEW_WINDOW WM_APP + 7 | |
#define WD_BROWSER_QUIT WM_APP + 8 | |
#define WD_IS_SESSION_VALID WM_APP + 9 | |
#define WD_NEW_HTML_DIALOG WM_APP + 10 | |
#define WD_EXECUTE_ASYNC_SCRIPT WM_APP + 11 | |
#define WD_GET_QUIT_STATUS WM_APP + 12 | |
#define WD_REFRESH_MANAGED_ELEMENTS WM_APP + 13 |