OCIdl.acf 782 B

12345678910111213141516171819202122
  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. }