CMTIApp::RunTopLevelWindow

bool CMTIApp::RunTopLevelWindow(void* lpParm)

Run a new top level window. This funciton is often called in response to a File Open menu selection.

Defined in: Application.h

Return Value

Returns true if the top-level thread ran, false otherwise.

Parameters

lpParm

Parameter to pass to the thread function

Comments

Runs a top level window in an MTI application.