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.
 
 
 
 
 
 

18 lines
459 B

// 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);
};