Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
781 B

  1. // DialogBox.h -- Dialog box helper declarations
  2. // (c) Copyright Schlumberger Technology Corp., unpublished work, created
  3. // 2000. This computer program includes Confidential, Proprietary
  4. // Information and is a Trade Secret of Schlumberger Technology Corp. All
  5. // use, disclosure, and/or reproduction is prohibited unless authorized
  6. // in writing. All Rights Reserved.
  7. #if !defined(SLBCSP_DIALOGBOX_H)
  8. #define SLBCSP_DIALOGBOX_H
  9. #ifndef __AFXWIN_H__
  10. #error include 'stdafx.h' before including this file for PCH
  11. #endif
  12. extern DWORD
  13. InitDialogBox(CDialog *pCDlg, // The dialog reference
  14. UINT nTemplate, // identifies dialog box template
  15. CWnd *pWnd); // pointer to parent window
  16. #endif // !defined(SLBCSP_DIALOGBOX_H)