FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kProcess_Construct ( kProcess process,
const kChar path,
kAlloc  allocator 
)

Constructs a kProcess object.

Windows specific: The path string can specify the full path and file name of the module to execute or it can specify a partial name. In the case of a partial name, the function uses the current drive and current directory to complete the specification. The function will not use the search path.

The extension ".exe" is added to the string.

Parameters
processDestination for the constructed object handle.
pathPath of the new process.
allocatorMemory allocator (or kNULL for default).
Returns
Operation status.