uiviewsettingsinterop.idl 448 B

123456789101112131415
  1. /**
  2. * This file has no copyright assigned and is placed in the Public Domain.
  3. * This file is part of the mingw-w64 runtime package.
  4. * No warranty is given; refer to the file DISCLAIMER.PD within this package.
  5. */
  6. import "inspectable.idl";
  7. [
  8. uuid(3694dbf9-8f68-44be-8ff5-195c98ede8a6),
  9. ]
  10. interface IUIViewSettingsInterop : IInspectable
  11. {
  12. HRESULT GetForWindow([in] HWND hwnd, [in] REFIID riid, [out, retval, iid_is(riid)] void **ppv);
  13. }