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.

25 lines
732 B

  1. //
  2. // Copyright 2001 - Microsoft Corporation
  3. //
  4. //
  5. // Created By:
  6. // Geoff Pease (GPease) 29-JAN-2001
  7. //
  8. // Maintained By:
  9. // Geoff Pease (GPease) 29-JAN-2001
  10. //
  11. #pragma once
  12. MIDL_INTERFACE("001152da-77b2-463c-b234-0a6febe818fa")
  13. IEditVariantsInPlace
  14. : public IUnknown
  15. {
  16. public:
  17. STDMETHOD( Initialize )( HWND hwndParentIn
  18. , UINT uCodePageIn
  19. , RECT * prectIn
  20. , IPropertyUI * ppuiIn
  21. , PROPVARIANT * ppropvarIn
  22. , DEFVAL * pDefValsIn
  23. ) PURE;
  24. STDMETHOD( Persist )( VARTYPE vtIn, PROPVARIANT * ppropvarInout ) PURE;
  25. };