Searched defs:IProcess (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h916 struct IProcess;
1032 typedef struct IProcess IProcess; typedef in typeref:struct:IProcess
4959 /* Start of struct IProcess Declaration */
4969 nsresult (*GetPID)(IProcess *pThis, PRUint32 *PID);
4971 nsresult (*GetStatus)(IProcess *pThis, PRUint32 *status);
4973 nsresult (*GetExitCode)(IProcess *pThis, PRInt32 *exitCode);
4975 nsresult (*GetEnvironment)(IProcess *pThis, PRUint32 *environmentSize, PRUnichar * **environment);
4977 nsresult (*GetArguments)(IProcess *pThis, PRUint32 *argumentsSize, PRUnichar * **arguments);
4979 nsresult (*GetExecutablePath)(IProcess *pThi
5032 struct IProcess struct
[all...]
H A DVBoxCAPI_v4_3.h1194 interface IProcess; variable
1337 typedef interface IProcess IProcess; typedef
9357 /* Start of struct IProcess declaration */
9370 nsresult (*GetArguments)(IProcess *pThis, PRUint32 *argumentsSize, PRUnichar * **arguments);
9372 nsresult (*GetEnvironment)(IProcess *pThis, PRUint32 *environmentSize, PRUnichar * **environment);
9374 nsresult (*GetEventSource)(IProcess *pThis, IEventSource * *eventSource);
9376 nsresult (*GetExecutablePath)(IProcess *pThis, PRUnichar * *executablePath);
9378 nsresult (*GetExitCode)(IProcess *pThis, PRInt32 *exitCode);
9380 nsresult (*GetName)(IProcess *pThi
[all...]

Completed in 2854 milliseconds