WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.General.Kernel32Imports Class Reference

This class contains import of the kernel32.dll
More...

Static Public Member Functions

static int GetCurrentProcessorNumber ()
 Gets the current processor number.
More...
 

Properties

static bool GetCurrentProcessorNumberIsAvailable [get]
 Detects if the GetCurrentProcessorNumber call is working on the current system. More...
 

Detailed Description

This class contains import of the kernel32.dll

Definition at line 9 of file Kernel32Imports.cs.

Member Function Documentation

static int DirectOutput.General.Kernel32Imports.GetCurrentProcessorNumber ( )
static

Gets the current processor number.

Returns
The current processor number.
Todo:
Find a way to get current processor number if running on xp.

Property Documentation

bool DirectOutput.General.Kernel32Imports.GetCurrentProcessorNumberIsAvailable
staticget

Detects if the GetCurrentProcessorNumber call is working on the current system.

Returns
true if the function is available, otherwise false

Definition at line 29 of file Kernel32Imports.cs.


The documentation for this class was generated from the following file: