Home
last modified time | relevance | path

Searched defs:AEGetNthPtr (Results 1 – 3 of 3) sorted by relevance

/dports/irc/smuxi/smuxi-1.1/src/Frontend-GNOME/osx/
H A DAppleEvent.cs44 …static extern AEDescStatus AEGetNthPtr (ref AEDesc descList, int index, OSType desiredType, uint k… in AEGetNthPtr() method in MonoDevelop.MacInterop.AppleEvent
48 …static extern AEDescStatus AEGetNthPtr (ref AEDesc descList, int index, OSType desiredType, uint k… in AEGetNthPtr() method in MonoDevelop.MacInterop.AppleEvent
55 …static extern AEDescStatus AEGetNthPtr (ref AEDesc descList, int index, OSType desiredType, uint k… in AEGetNthPtr() method in MonoDevelop.MacInterop.AppleEvent
117 public static IntPtr AEGetNthPtr (ref AEDesc descList, int index, OSType desiredType) in AEGetNthPtr() method in MonoDevelop.MacInterop.AppleEvent
/dports/graphics/pinta/pinta-1.7.1/Pinta/MacInterop/
H A DAppleEvent.cs44 …static extern AEDescStatus AEGetNthPtr (ref AEDesc descList, int index, OSType desiredType, uint k… in AEGetNthPtr() method in Pinta.MacInterop.AppleEvent
48 …static extern AEDescStatus AEGetNthPtr (ref AEDesc descList, int index, OSType desiredType, uint k… in AEGetNthPtr() method in Pinta.MacInterop.AppleEvent
55 …static extern AEDescStatus AEGetNthPtr (ref AEDesc descList, int index, OSType desiredType, uint k… in AEGetNthPtr() method in Pinta.MacInterop.AppleEvent
117 public static IntPtr AEGetNthPtr (ref AEDesc descList, int index, OSType desiredType) in AEGetNthPtr() method in Pinta.MacInterop.AppleEvent
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DAEDataModel.pas1461 function AEGetNthPtr( const (*var*) theAEDescList: AEDescList; index: SIGNEDLONG; desiredType: Desc… in AEGetNthPtr() function