The ddpi_process_create operation creates a Ddpi_Process object to represent a process and returns a descriptor that represents a handle for accessing a process.
When you call the operation, and pass a character string as the parameter name, the operation copies the contents of name. After the operation returns, you can deallocate the original name to re-use the storage.
int ddpi_process_create(
Ddpi_Space space,
char* name,
Ddpi_Process_Type type,
Ddpi_PRID id,
int user_area_len,
Ddpi_Process* ret_process,
Ddpi_Error* error);