ae.sys.windows.misc

Miscellaneous Windows utility code.

Members

Functions

getLastInputInfo
uint getLastInputInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
getWineVersion
string getWineVersion()

Returns Wine version, or null if not running under Wine.

hideOwnConsoleWindow
void hideOwnConsoleWindow()

Hides the console window, but only if we are the owner.

largeInteger
LARGE_INTEGER largeInteger(long n)
Undocumented in source. Be warned that the author may not have intended to support it.
makeUlong
ulong makeUlong(DWORD dwLow, DWORD dwHigh)
Undocumented in source. Be warned that the author may not have intended to support it.
messageBox
int messageBox(string message, string title, int style)
Undocumented in source. Be warned that the author may not have intended to support it.
messageLoop
void messageLoop()
Undocumented in source. Be warned that the author may not have intended to support it.
processWindowsMessages
void processWindowsMessages()
Undocumented in source. Be warned that the author may not have intended to support it.
ulargeInteger
ULARGE_INTEGER ulargeInteger(ulong n)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <vladimir@thecybershadow.net>