C# Class CSharp___DllImport.Phone.OS

Show file Open project: windowsphonehacker/wph-tweaks

Public Methods

Method Description
GetDesktopWindowHandle ( ) : int
GetSystemDefaultLangID ( ) : int
GetSystemDefaultUILanguage ( ) : int
GetSystemMetrics ( SystemMetric nIndex ) : int

http://msdn.microsoft.com/en-us/library/ms724385(v=vs.85).aspx

Shutdown ( EWX ewxCode ) : bool

Method Details

GetDesktopWindowHandle() public static method

public static GetDesktopWindowHandle ( ) : int
return int

GetSystemDefaultLangID() public static method

public static GetSystemDefaultLangID ( ) : int
return int

GetSystemDefaultUILanguage() public static method

public static GetSystemDefaultUILanguage ( ) : int
return int

GetSystemMetrics() public static method

http://msdn.microsoft.com/en-us/library/ms724385(v=vs.85).aspx
public static GetSystemMetrics ( SystemMetric nIndex ) : int
nIndex SystemMetric
return int

Shutdown() public static method

public static Shutdown ( EWX ewxCode ) : bool
ewxCode EWX
return bool