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.

33 lines
605 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: N C A T L U I . H
  7. //
  8. // Contents: UI common code relying on ATL.
  9. //
  10. // Notes:
  11. //
  12. // Author: shaunco 13 Oct 1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #ifndef _NCATLUI_H_
  17. #define _NCATLUI_H_
  18. NOTHROW
  19. int
  20. WINAPIV
  21. NcMsgBox (
  22. HWND hwnd,
  23. UINT unIdCaption,
  24. UINT unIdFormat,
  25. UINT unStyle,
  26. ...);
  27. #endif // _NCATLUI_H_