OCIdl.acf
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

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