Inheritance diagram for CP_Startup:
Public Member Functions | |
Constructor / Destructor | |
CP_Startup () | |
Constructor. | |
CP_Startup (int argc, char *argv[]) | |
virtual | ~CP_Startup () |
Destructor. | |
Constructor / Destructor | |
CP_Startup (HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR zCmdLine, INT sCmdShow) | |
Static Public Member Functions | |
static bool | IsOLEInited () |
static void | InitOLE () |
Getters | |
static const CP_Strings_Array & | GetArguments () |
Getters | |
static HINSTANCE | GetInstance () |
static HINSTANCE | GetPrevInstance () |
static LPSTR | GetCommandLine () |
static INT | GetCommandShow () |
Static Protected Attributes | |
static HINSTANCE | fhInst = NULL |
static HINSTANCE | fhPrevInst = NULL |
static LPSTR | fzCmdLine = '\0' |
static INT | fsCmdShow = 0 |
static bool | fsOLEInstalled = false |
static HRESULT | fhr = NULL |
static CP_Strings_Array | fArguments |
Private Member Functions | |
Initialization | |
void | InitPlatform (int argc, char *argv[]) |
Initialization | |
void | InitPlatform () |
void | InitPlatform (int argc, char *argv[]) |
Initialization | |
void | InitPlatform (int argc, char *argv[]) |
|
|
|
Constructor. |
|
Destructor. |
|
Constructor for Windows.
|
|
Return the command line arguments passed in at startup.
|
|
Command line arguments passed in from main |
|
Return the HINSTANCE of ourselves.
|
|
Return the previous HINSTANCE of this application.
|
|
Return the command line passed into the application at startup.
|
|
Return the command show flag.
|
|
|
|
Initialize OLE. |
|
Perform any initialization for the MacOS. |
|
|
|
|
|
|
|
HINSTANCE of this application. |
|
HINSTANCE of any other running application. |
|
Command line passed in from main. |
|
Show parameter to determine initial state of windows. |
|
Has OLE been initialized. |
|
Result from initializing OLE. |