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.

39 lines
1.2 KiB

  1. // Machine generated IDispatch wrapper class(es) created with ClassWizard
  2. /////////////////////////////////////////////////////////////////////////////
  3. // _DHMTabView wrapper class
  4. class _DHMTabView : public COleDispatchDriver
  5. {
  6. public:
  7. _DHMTabView() {} // Calls COleDispatchDriver default constructor
  8. _DHMTabView(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  9. _DHMTabView(const _DHMTabView& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  10. // Attributes
  11. public:
  12. // Operations
  13. public:
  14. BOOL InsertItem(long lMask, long lItem, LPCTSTR lpszItem, long lImage, long lParam);
  15. BOOL DeleteItem(long lItem);
  16. BOOL DeleteAllItems();
  17. BOOL CreateControl(long lItem, LPCTSTR lpszControlID);
  18. LPUNKNOWN GetControl(long lItem);
  19. void AboutBox();
  20. };
  21. /////////////////////////////////////////////////////////////////////////////
  22. // _DHMTabViewEvents wrapper class
  23. class _DHMTabViewEvents : public COleDispatchDriver
  24. {
  25. public:
  26. _DHMTabViewEvents() {} // Calls COleDispatchDriver default constructor
  27. _DHMTabViewEvents(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  28. _DHMTabViewEvents(const _DHMTabViewEvents& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  29. // Attributes
  30. public:
  31. // Operations
  32. public:
  33. };