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.

15 lines
425 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: context.hxx
  3. *
  4. * Copyright (c) 1997 Microsoft Corporation
  5. *
  6. \**************************************************************************/
  7. #ifndef __uidemo_context_hxx__
  8. #define __uidemo_context_hxx__
  9. #include "mtk.hxx"
  10. extern BOOL Draw3DContextMenu( IPOINT2D *pPos, ISIZE *pSize, LPTSTR bmpFile );
  11. #endif // __uidemo_context_hxx__