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.

31 lines
1.2 KiB

  1. //=--------------------------------------------------------------------------=
  2. // CtlHelper.H
  3. //=--------------------------------------------------------------------------=
  4. // Copyright 1995 Microsoft Corporation. All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  9. // PARTICULAR PURPOSE.
  10. //=--------------------------------------------------------------------------=
  11. //
  12. // routines to help out our implementation of COleControl.
  13. //
  14. //=--------------------------------------------------------------------------=
  15. // misc functions
  16. //
  17. short _SpecialKeyState(void);
  18. void WINAPI CopyOleVerb(void *, const void *, DWORD);
  19. HWND CreateReflectWindow(BOOL fVisible, HWND hwndParent, int, int, SIZEL *);
  20. void CleanupReflection();
  21. //=--------------------------------------------------------------------------=
  22. // little private guid we'll use to help identify our objects
  23. // {00D97180-FCF7-11ce-A09E-00AA0062BE57}
  24. //
  25. #define Data1_IControlPrv 0xd97180
  26. DEFINE_GUID(IID_IControlPrv, 0xd97180, 0xfcf7, 0x11ce, 0xa0, 0x9e, 0x0, 0xaa, 0x0, 0x62, 0xbe, 0x57);