zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Launcher.c File Reference
#include <stdio.h>
#include <string.h>
#include <windows.h>

Go to the source code of this file.

Macros

#define BUFFER_SIZE   32768
 

Functions

int launch (const char local_exe[], const char arguments[])
 
int main (int argc, char **argv)
 

Macro Definition Documentation

#define BUFFER_SIZE   32768

Definition at line 23 of file Launcher.c.

Referenced by launch(), and main().

Function Documentation

int launch ( const char  local_exe[],
const char  arguments[] 
)

Definition at line 51 of file Launcher.c.

References BUFFER_SIZE, DWORD(), FALSE, i, memcpy, memset, and NULL.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Definition at line 26 of file Launcher.c.

References BUFFER_SIZE, d, i, and launch().