This documenta- tion describes the current state of development.
Note that interfaces and functionality may still change.

Prokee Modules:
  A
  B
  C
  D
  E
  F
  G
  I
  L
  M
  N
  O
  P
  R
  S
  T
  U
  W

     open all    |    close all

GUI Elements:
  B
  C
  I
  M
  P
  R
  S
  T

     open all    |    close all

GUI Interactions:
  B
  F
  H
  S

     open all    |    close all

GUI Layouts:
  L

     open all    |    close all

Games/Demos:
  M

     open all    |    close all

Third Party Libraries:
  P
  F
  Z

     open all    |    close all

Information about this Website / Informationen zu dieser Webseite:
In case of any questions, or comments, please feel free to contact me via email at apoll500@gmail.com.

Module osexe [Version: v01]

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:
Type Name Direction Description
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 showDisplay 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:
Type Name Direction Description
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 showDisplay mode of the window.

Return value:
...


Copyright © 2017 - 2019 by Andreas Pollhammer