Home
last modified time | relevance | path

Searched refs:appCreator (Results 1 – 5 of 5) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/palmunits/src/
H A Dapplaunchcmd.pp44 #define AppLaunchWithCommand(appCreator, appCommand, appCommandParams) \
45 LaunchWithCommand (sysFileTApplication, appCreator, appCommand, appCommandParams)
47 #define AppCallWithCommand(appCreator, appCommand, appCommandParams) \
55 appCreator, true, &cardNo, &dbID); \
H A Dsmslib.pp282 appCreator: UInt32; // Application Creator of the target - Optionel (Output)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Dmimetmac.cpp163 OSErr FindApplication(OSType appCreator, Boolean includeRemote, Str255 appName, FSSpec* appSpec) in FindApplication() argument
189 desktopPB.ioFileCreator = appCreator; in FindApplication()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Dmimetmac.cpp163 OSErr FindApplication(OSType appCreator, Boolean includeRemote, Str255 appName, FSSpec* appSpec) in FindApplication() argument
189 desktopPB.ioFileCreator = appCreator; in FindApplication()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibutils.c5540 OSType appCreator = 0; in Nlm_LaunchAppEx() local
5548 appCreator = *(OSType*) sig; in Nlm_LaunchAppEx()
5550 if (appCreator == 0 && appName == NULL) in Nlm_LaunchAppEx()
5553 err = LSFindApplicationForInfo( appCreator, NULL, appName, &appRef, NULL); in Nlm_LaunchAppEx()