2025-04-27 07:49:33 -04:00

18 lines
459 B
Plaintext

// TabletTip.idl
// Contains definitions for the UIHost ITipWindow interface.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(CC3E4D95-23DD-4c46-8EC4-28B80D262971),
helpstring("ITipWindow Interface"),
pointer_default(unique),
dual
]
interface ITipWindow : IDispatch
{
[helpstring("method ShowWnd")] HRESULT ShowWnd(VARIANT_BOOL fShow);
[helpstring("method PositionTipCentered")] HRESULT PositionTipCentered(LONG x, LONG y);
};