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.

17 lines
459 B

  1. // TabletTip.idl
  2. // Contains definitions for the UIHost ITipWindow interface.
  3. import "oaidl.idl";
  4. import "ocidl.idl";
  5. [
  6. object,
  7. uuid(CC3E4D95-23DD-4c46-8EC4-28B80D262971),
  8. helpstring("ITipWindow Interface"),
  9. pointer_default(unique),
  10. dual
  11. ]
  12. interface ITipWindow : IDispatch
  13. {
  14. [helpstring("method ShowWnd")] HRESULT ShowWnd(VARIANT_BOOL fShow);
  15. [helpstring("method PositionTipCentered")] HRESULT PositionTipCentered(LONG x, LONG y);
  16. };