565 lines
16 KiB
C#
565 lines
16 KiB
C#
using System;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
using System.Security;
|
|
|
|
namespace Decal.Interop.Core;
|
|
|
|
[ComImport]
|
|
[Guid("93FD982E-D1CE-46C3-9428-532ACCDA06CE")]
|
|
[TypeLibType(4160)]
|
|
[SuppressUnmanagedCodeSecurity]
|
|
[ComConversionLoss]
|
|
public interface IACHooks
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[TypeLibFunc(64)]
|
|
[DispId(1610743808)]
|
|
void SetIDFilter([In][MarshalAs(UnmanagedType.Interface)] IIdentifyFilter pIDFilter);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743809)]
|
|
[TypeLibFunc(64)]
|
|
void SetDecal([In][MarshalAs(UnmanagedType.IUnknown)] object pDecal);
|
|
|
|
[DispId(1610743810)]
|
|
int HooksAvail
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743810)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743811)]
|
|
bool HooksAvailEx
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743811)]
|
|
get;
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743812)]
|
|
void AddChatText([In][MarshalAs(UnmanagedType.BStr)] string szText, int lColor, int lTarget);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743813)]
|
|
void AddChatTextRaw([In][MarshalAs(UnmanagedType.BStr)] string szText, int lColor, int lTarget);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743814)]
|
|
void AddStatusText([In][MarshalAs(UnmanagedType.BStr)] string Text);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743815)]
|
|
void InvokeChatParser([In][MarshalAs(UnmanagedType.BStr)] string Text);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743816)]
|
|
void SetIdleTime([In] double dIdleTimeout);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743817)]
|
|
void Logout();
|
|
|
|
[DispId(1610743818)]
|
|
int CurrentSelection
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743818)]
|
|
get;
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743818)]
|
|
[param: In]
|
|
set;
|
|
}
|
|
|
|
[DispId(1610743820)]
|
|
int PreviousSelection
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743820)]
|
|
get;
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743820)]
|
|
[param: In]
|
|
set;
|
|
}
|
|
|
|
[DispId(1610743822)]
|
|
int SelectedStackCount
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743822)]
|
|
get;
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743822)]
|
|
[param: In]
|
|
set;
|
|
}
|
|
|
|
[DispId(1610743824)]
|
|
int MaxSelectedStackCount
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743824)]
|
|
get;
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743825)]
|
|
void SetCursorPosition([In] int lX, int lY);
|
|
|
|
[DispId(1610743826)]
|
|
tagRECT AC3DRegionRect
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743826)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743827)]
|
|
IntPtr AC3DRegionRectPtr
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743827)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743828)]
|
|
tagRECT ACWindowRect
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743828)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743829)]
|
|
bool ChatState
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743829)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743830)]
|
|
int BusyState
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743830)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743831)]
|
|
int BusyStateID
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743831)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743832)]
|
|
int PointerState
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743832)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743833)]
|
|
int VendorID
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743833)]
|
|
get;
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743834)]
|
|
void VendorBuyListAdd([In] int lID, int lAmount);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743835)]
|
|
void VendorBuyListClear();
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743836)]
|
|
void VendorBuyAll();
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743837)]
|
|
void VendorSellListAdd([In] int lID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743838)]
|
|
void VendorSellListClear();
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743839)]
|
|
void VendorSellAll();
|
|
|
|
[DispId(1610743840)]
|
|
int CombatMode
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743840)]
|
|
get;
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743841)]
|
|
void SetCombatMode([In] int pVal);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743842)]
|
|
void SetAutorun([In] bool bOnOff);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743843)]
|
|
bool FaceHeading([In] float fHeading, [In] bool bUnknown);
|
|
|
|
[DispId(1610743844)]
|
|
int CommandInterpreter
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743844)]
|
|
get;
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743845)]
|
|
void SelectItem([In] int lObjectID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743846)]
|
|
void GiveItem([In] int lObject, int lDestination);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743847)]
|
|
void ApplyItem([In] int UseThis, int OnThis);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743848)]
|
|
void UseItem([In] int lObjectID, int lUseState);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743849)]
|
|
void UseItemRaw([In] int lObjectID, int lUseState, int lUseMethod);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743850)]
|
|
void MoveItem([In] int lObjectID, int lPackID, int lSlot, bool bStack);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743851)]
|
|
void MoveItemEx([In] int lObjectID, int lDestinationID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743852)]
|
|
void MoveItemExRaw([In] int lObject, int lDestination, int lMoveFlags);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743853)]
|
|
void DropItem([In] int lObjectID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743854)]
|
|
void CastSpell([In] int lSpellID, int lObjectID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743855)]
|
|
bool IsValidObject([In] int lGUID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743856)]
|
|
int GetWeenieObjectPtr([In] int lObjectID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743857)]
|
|
int GetPhysicsObjectPtr([In] int lObjectID);
|
|
|
|
[DispId(1610743858)]
|
|
double HeadingDegrees
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743858)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743859)]
|
|
double HeadingRadians
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743859)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743860)]
|
|
int Landcell
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743860)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743861)]
|
|
double LocationX
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743861)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743862)]
|
|
double LocationY
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743862)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743863)]
|
|
double LocationZ
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743863)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743864)]
|
|
eTrainLevel SkillTrainLevel
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743864)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743865)]
|
|
int SkillTotalXP
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743865)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743866)]
|
|
int SkillFreePoints
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743866)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743867)]
|
|
int SkillClicks
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743867)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743868)]
|
|
int AttributeTotalXP
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743868)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743869)]
|
|
int AttributeClicks
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743869)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743870)]
|
|
int AttributeStart
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743870)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743871)]
|
|
int VitalTotalXP
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743871)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743872)]
|
|
int VitalClicks
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743872)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743873)]
|
|
int Vital
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743873)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743874)]
|
|
int Attribute
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743874)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743875)]
|
|
int Skill
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743875)]
|
|
get;
|
|
}
|
|
|
|
[DispId(1610743876)]
|
|
int Misc
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743876)]
|
|
get;
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743877)]
|
|
void RequestID([In] int lObjectID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743878)]
|
|
void IDQueueAdd([In] int lObjectID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743879)]
|
|
void SpellTabAdd([In] int lTab, int lIndex, int lSpellID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743880)]
|
|
void SpellTabDelete([In] int lTab, int lSpellID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743881)]
|
|
void TradeAdd([In] int ItemID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743882)]
|
|
void TradeAccept();
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743883)]
|
|
void TradeDecline();
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743884)]
|
|
void TradeReset();
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743885)]
|
|
void TradeEnd();
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743886)]
|
|
void SalvagePanelAdd([In] int lObjectID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743887)]
|
|
void SalvagePanelSalvage();
|
|
|
|
[DispId(1610743888)]
|
|
int OpenedContainer
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743888)]
|
|
get;
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743889)]
|
|
void AddSkillExp([In] eSkill SkillID, int lExperience);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743890)]
|
|
void AddAttributeExp([In] eAttribute AttribID, int lExperience);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743891)]
|
|
void AddVitalExp([In] eVital VitalID, int lExperience);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743892)]
|
|
int SmartboxPtr();
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743893)]
|
|
float ObjectHeight([In] int lObjectID);
|
|
|
|
[DispId(1610743894)]
|
|
int CallerRefInstanceInternal
|
|
{
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743894)]
|
|
[param: In]
|
|
set;
|
|
}
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743895)]
|
|
void AutoWieldRaw([In] int lObjectID, int SlotID, int Explicit, int NotExplicit, int zeroVal1, int zeroVal2);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743896)]
|
|
void AutoWield([In] int lObjectID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743897)]
|
|
void AutoWieldEx([In] int lObjectID, int SlotID, int Explicit, int NotExplicit);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743898)]
|
|
void FellowshipRecruit([In] int lObjectID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743899)]
|
|
void FellowshipGrantLeader([In] int lObjectID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743900)]
|
|
void FellowshipSetOpen([In] bool IsOpen);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743901)]
|
|
void FellowshipQuit();
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743902)]
|
|
void FellowshipDisband();
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743903)]
|
|
void FellowshipDismiss([In] int lObjectID);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743904)]
|
|
void UIElementMove([In] int lUIElementType, int X, int Y);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743905)]
|
|
void UIElementResize([In] int lUIElementType, int Width, int Height);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743906)]
|
|
int UIElementLookup([In] int lUIElementType);
|
|
|
|
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
|
[DispId(1610743907)]
|
|
tagRECT UIElementRegionRect([In] int lUIElementType);
|
|
}
|