MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
Public Member Functions
MCScheduling.Win32 Class Reference

Auxiliary class that binds its member methods to the same methods of kernel33.dll library. More...

List of all members.

Public Member Functions

static Boolean AllocConsole ()
 Creates a new console window and attaches this application to it.
static Boolean FreeConsole ()
 Destroys and detaches this application from the console window previously created by calling AllocConsole().
static Boolean AttachConsole (Int32 dwProcessId)
 Attaches this application to already created console window by a running process with PID dwProcessId.

Detailed Description

Auxiliary class that binds its member methods to the same methods of kernel33.dll library.


Member Function Documentation

static Boolean MCScheduling.Win32.AllocConsole ( )

Creates a new console window and attaches this application to it.

Returns:
Returns true, if the console has been created, otherwise returns false.
static Boolean MCScheduling.Win32.AttachConsole ( Int32  dwProcessId)

Attaches this application to already created console window by a running process with PID dwProcessId.

Parameters:
dwProcessIdThe PID of the process to whose console will the application tries to attach itself.
Returns:
Returns true, if the application has been attached, otherwise, returns false.
static Boolean MCScheduling.Win32.FreeConsole ( )

Destroys and detaches this application from the console window previously created by calling AllocConsole().

Returns:
Returns true, on success, otherwise, false.
 All Classes Namespaces Functions Variables Properties