LINUX: afs_create infinite fetchStatus loop
[pkg-k5-afs_openafs.git] / src / WINNT / afsusrmgr / messages.h
blob758314c985dbc61ed32abb269d8487a56925dcae
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
8 */
10 #ifndef MESSAGES_H
11 #define MESSAGES_H
13 // WM_SHOW_YOURSELF is posted to g.hMain to cause the main window to be
14 // displayed once a cell has been selected and successfully opened.
16 // BOOL fForce = (BOOL)lp; // if !fForce, only show if g.idCell set
18 #define WM_SHOW_YOURSELF (WM_USER + 0x100)
20 // WM_SHOW_ACTIONS is posted to g.hMain to cause the main window to open
21 // its Operations In Progress window.
23 #define WM_SHOW_ACTIONS (WM_USER + 0x101)
26 #endif