home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / ADSDK.ZIP / Samples / General / ADQI / ADsLargeInteger.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-01  |  1.4 KB  |  51 lines

  1. #if !defined(AFX_ADSLARGEINTEGER_H__AAEF26E2_E0AA_11D2_BC85_00C04FD430AF__INCLUDED_)
  2. #define AFX_ADSLARGEINTEGER_H__AAEF26E2_E0AA_11D2_BC85_00C04FD430AF__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // ADsLargeInteger.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CDlgIADsLargeInteger dialog
  12.  
  13. class CDlgIADsLargeInteger : public CDialog
  14. {
  15. // Construction
  16. public:
  17.     CDlgIADsLargeInteger(LPUNKNOWN, CWnd* pParent = NULL);   // standard constructor
  18.     ~CDlgIADsLargeInteger();
  19.  
  20. // Dialog Data
  21.     //{{AFX_DATA(CDlgIADsLargeInteger)
  22.     enum { IDD = IDD_LARGEINTEGER };
  23.     long    m_lHiPart;
  24.     long    m_lLowPart;
  25.     //}}AFX_DATA
  26.  
  27.  
  28. // Overrides
  29.     // ClassWizard generated virtual function overrides
  30.     //{{AFX_VIRTUAL(CDlgIADsLargeInteger)
  31.     protected:
  32.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33.     //}}AFX_VIRTUAL
  34.  
  35. // Implementation
  36. protected:
  37.     IADsLargeInteger *m_pLargeInt;
  38.  
  39.     // Generated message map functions
  40.     //{{AFX_MSG(CDlgIADsLargeInteger)
  41.     virtual void OnOK();
  42.     virtual BOOL OnInitDialog();
  43.     //}}AFX_MSG
  44.     DECLARE_MESSAGE_MAP()
  45. };
  46.  
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49.  
  50. #endif // !defined(AFX_ADSLARGEINTEGER_H__AAEF26E2_E0AA_11D2_BC85_00C04FD430AF__INCLUDED_)
  51.