Searched refs:launchPB (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsProcessMac.cpp99 LaunchParamBlockRec launchPB; local
107 launchPB.launchAppSpec = &resolvedSpec;
108 launchPB.launchAppParameters = NULL;
109 launchPB.launchBlockID = extendedBlock;
110 launchPB.launchEPBLength = extendedBlockLen;
111 launchPB.launchFileFlags = NULL;
112 launchPB.launchControlFlags = launchContinue + launchNoFileFlags + launchUseMinimum;
114 launchPB.launchControlFlags += launchDontSwitch;
116 err = LaunchApplication(&launchPB);
129 err = GetProcessInformation(&launchPB
[all...]

Completed in 43 milliseconds