module Windows

The Windows::Directory module contains functions that are used in directory management. Note that functions that could be applied to files or directories, such as CreateFile(), are probably in the Windows::File module.

The Windows module serves as a namespace only.

This module includes stream I/O, low level I/O, etc.

I don't use the Boolean flag for the return types of these methods because they succeed, not fail, if the return value is 0.

This library exposes functions from ntdll, which are typically undocumented. The name is derived from winternl.h which contains only function prototypes.

The Windows module serves as a namespace only.

The auto_unicode option has been set to false because the majority of the methods defined here do not have explicit ANSI or Wide character versions.

In general you will want to use this module with Windows::National because it contains the various LOCALE and TIME constants.

Functions and constants from tlhelp32.h

See WinUser.h