2
0
mirror of https://github.com/boostorg/winapi.git synced 2026-01-25 18:52:33 +00:00
Files
winapi/include
Andrey Semashev 3c20e186cd Added process management, pipe and some shell APIs.
Renamed headers that are named after Windows SDK functions to the lower_case_with_underscores equivalents. The old headers are kept for backward compatibility with deprecation warnings. The reason for the change is that the previous naming scheme was vulnerable to function macros defined by Windows SDK - some include directives could be broken. Further additions would be complicated; this has been discovered with GetSystemDirectory.hpp.

Extracted MAX_PATH and a few other common constants to a new header limits.hpp. This header should contain generally useful constants. Extracted OVERLAPPED to a separate header.

Process and thread id accessor functions extracted to separate headers.

Added priority class constants and setter/getter functions. Added handle info accessors. Added ShowWindow and related constants.

The original patch for this commit was provided in https://github.com/boostorg/winapi/pull/16.
2016-01-31 19:27:58 +03:00
..