This documentation describes the Prokee module interface.
Static Methods:
myShellExecute (version 1)
int osexe::myShellExecute(const char *action,const char *filename,const char *parameter,const char *workingDirectory,int show)
myShellExecute (version 2)
int osexe::myShellExecute(const wchar_t *action,const wchar_t *filename,const wchar_t *parameter,const wchar_t *workingDirectory,int show)
Motivation
Static Methods
myShellExecute (version 1)
Opens a file with its associated application.
Signature:
int osexe::myShellExecute(const char *action,const char *filename,const char *parameter,const char *workingDirectory,int show)
Parameters:
| const char * | action | [IN] | The action to perform. |
| const char * | filename | [IN] | The null-terminated file name. |
| const char * | parameter | [IN] | parameter |
| const char * | workingDirectory | [IN] | workingDirectory |
| int | show | | Display mode of the window. |
Return value:...
myShellExecute (version 2)
Opens a file with its associated application.
Signature:
int osexe::myShellExecute(const wchar_t *action,const wchar_t *filename,const wchar_t *parameter,const wchar_t *workingDirectory,int show)
Parameters:
| const wchar_t * | action | [IN] | The action to perform. |
| const wchar_t * | filename | [IN] | The null-terminated file name. |
| const wchar_t * | parameter | [IN] | parameter |
| const wchar_t * | workingDirectory | [IN] | workingDirectory |
| int | show | | Display mode of the window. |
Return value:...