#include <autorun.h>
Public Member Functions | |
| LaunchObjectClass (char *path=NULL, char *args=NULL) | |
| void | SetPath (char *path) |
| void | SetArgs (char *args) |
| unsigned int | Launch (void) |
| bool | Launch_A_Program (void) |
| void | Set_Launch (bool value) |
Public Attributes | |
| char | szPath [_MAX_PATH] |
| char | szArgs [_MAX_PATH] |
| bool | LaunchSomething |
Definition at line 5173 of file autorun.cpp.
| unsigned int LaunchObjectClass::Launch | ( | void | ) |
Definition at line 5202 of file autorun.cpp.
| void LaunchObjectClass::SetArgs | ( | char * | args | ) |
Definition at line 5194 of file autorun.cpp.
| void LaunchObjectClass::SetPath | ( | char * | path | ) |
Definition at line 5186 of file autorun.cpp.