// WaitDlg.cpp : implementation file // Copyright 1995-1999, Citrix Systems Inc. // Copyright (c) 1997 - 2000 Microsoft Corporation // #include "stdafx.h" #include "API.h" #include "APIDoc.h" #include "WaitDlg.h" #include "wtsapi32.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CWaitDlg dialog CWaitDlg::CWaitDlg(CWnd* pParent /*=NULL*/) : CDialog(CWaitDlg::IDD, pParent) { //{{AFX_DATA_INIT(CWaitDlg) // NOTE: the ClassWizard will add member initialization here //}}AFX_DATA_INIT } void CWaitDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CWaitDlg) // NOTE: the ClassWizard will add DDX and DDV calls here //}}AFX_DATA_MAP } BEGIN_MESSAGE_MAP(CWaitDlg, CDialog) //{{AFX_MSG_MAP(CWaitDlg) //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CWaitDlg message handlers