Leaked source code of windows server 2003
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.

22 lines
804 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (c) Microsoft Corporation. All rights reserved.
  5. //
  6. // File: ocidl.acf
  7. //
  8. //----------------------------------------------------------------------------
  9. interface IOleControlTypes
  10. {
  11. #if _MIDL_USER_MARSHAL_DISABLED
  12. typedef [represent_as(HWND)] UserHWND;
  13. typedef [represent_as(HACCEL)] UserHACCEL;
  14. typedef [represent_as(HDC)] UserHDC;
  15. typedef [represent_as(HFONT)] UserHFONT;
  16. typedef [represent_as(MSG)] UserMSG;
  17. typedef [represent_as(BSTR)] UserBSTR;
  18. typedef [represent_as(VARIANT)] UserVARIANT;
  19. typedef [represent_as(EXCEPINFO)] UserEXCEPINFO;
  20. #endif // _MIDL_USER_MARSHAL_DISABLED
  21. }