Home
last modified time | relevance | path

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

/dports/irc/smuxi/smuxi-1.1/src/Frontend-GNOME/osx/
H A DAppleEvent.cs52 … static extern AEDescStatus AECountItems (ref AEDesc descList, out int count); //return an OSErr in AECountItems() method in MonoDevelop.MacInterop.AppleEvent
97 public static int AECountItems (ref AEDesc descList) in AECountItems() method in MonoDevelop.MacInterop.AppleEvent
/dports/graphics/pinta/pinta-1.7.1/Pinta/MacInterop/
H A DAppleEvent.cs52 static extern AEDescStatus AECountItems (ref AEDesc descList, out int count); //return an OSErr in AECountItems() method in Pinta.MacInterop.AppleEvent
97 public static int AECountItems (ref AEDesc descList) in AECountItems() method in Pinta.MacInterop.AppleEvent
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DAEDataModel.pas1307 function AECountItems( const (*var*) theAEDescList: AEDescList; var theCount: SIGNEDLONG ): OSErr; … in AECountItems() function