testtoolsconn/stat/desktop/source/lib/inc/windowmessages.h
changeset 0 3da2a79470a7
equal deleted inserted replaced
-1:000000000000 0:3da2a79470a7
       
     1 /*
       
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #if ! defined (WINDOW_MESSAGES_H_0731AB35_7D26_459d_9A0E_1AFB32883064)
       
    23 #define WINDOW_MESSAGES_H_0731AB35_7D26_459d_9A0E_1AFB32883064
       
    24 
       
    25 /////////////////////////////////////////////////////////////////////////////
       
    26 // WM_DONE_COMMAND
       
    27 // Passed from the script progress monitor to the main UI window (this is
       
    28 // the desktop dialog) to indicate that a single command of the current
       
    29 // scipt has been processed.
       
    30 /////////////////////////////////////////////////////////////////////////////
       
    31 #define WM_DONE_COMMAND	(WM_USER + 0x0001)
       
    32 
       
    33 /////////////////////////////////////////////////////////////////////////////
       
    34 // WM_DONE_SCRIPT
       
    35 // Passed from the script progress monitor to the main UI window (this is
       
    36 // the desktop dialog) to indicate that the current  script has 
       
    37 // been processed.
       
    38 /////////////////////////////////////////////////////////////////////////////
       
    39 #define WM_DONE_SCRIPT	(WM_USER + 0x0002)
       
    40 
       
    41 /////////////////////////////////////////////////////////////////////////////
       
    42 // WM_SHOW_LOG_MESSAGE
       
    43 // Passed from the log file to the application main window.
       
    44 // There is a data structure passed in this message (as the lParam) and 
       
    45 // the receiving window must delete it.
       
    46 /////////////////////////////////////////////////////////////////////////////
       
    47 #define WM_SHOW_LOG_MESSAGE	(WM_USER + 0x0003)
       
    48 
       
    49 #endif // ! defined (WINDOW_MESSAGES_H_0731AB35_7D26_459d_9A0E_1AFB32883064)