ae.sys.windows

Various wrapper and utility code for the Windows API.

Modules

dll
module ae.sys.windows.dll

Windows DLL utility code.

exception
module ae.sys.windows.exception

Windows exceptions.

imports
module ae.sys.windows.imports

win32 / core.sys.windows package selection.

input
module ae.sys.windows.input

Windows input utility code.

misc
module ae.sys.windows.misc

Miscellaneous Windows utility code.

pe
module ae.sys.windows.pe

Support for the Windows PE executable format.

process
module ae.sys.windows.process

Windows process utility code.

text
module ae.sys.windows.text

Miscellaneous Windows utility code.

window
module ae.sys.windows.window

Windows GUI window utility code.

Public Imports

ae.sys.windows.exception
public import ae.sys.windows.exception;
Undocumented in source.
ae.sys.windows.dll
public import ae.sys.windows.dll;
Undocumented in source.
ae.sys.windows.input
public import ae.sys.windows.input;
Undocumented in source.
ae.sys.windows.misc
public import ae.sys.windows.misc;
Undocumented in source.
ae.sys.windows.process
public import ae.sys.windows.process;
Undocumented in source.
ae.sys.windows.text
public import ae.sys.windows.text;
Undocumented in source.
ae.sys.windows.window
public import ae.sys.windows.window;
Undocumented in source.

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 <ae@cy.md>