diff options
author | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2003-10-07 08:47:06 +0000 |
---|---|---|
committer | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2003-10-07 08:47:06 +0000 |
commit | f9a322ebf72d418756fbe5950b135d4babf61e76 (patch) | |
tree | ab80f6c00dbd5e1392d3457e24abd053accb8e4c /winsup/w32api/lib/kernel32.def | |
parent | d0ede583eea660af6e1a613e9d0060427f66de7d (diff) | |
download | cygnal-f9a322ebf72d418756fbe5950b135d4babf61e76.tar.gz cygnal-f9a322ebf72d418756fbe5950b135d4babf61e76.tar.bz2 cygnal-f9a322ebf72d418756fbe5950b135d4babf61e76.zip |
* include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
GetProcessIoCounters): Add functions.
* include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
Move around, needed by GetComputerNameEx.
* include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
Add functions.
* include/winbase.h [_WIN32_WINNT >= 0x0501]
(ACTCTX_SECTION_KEYED_DATA): Add structure.
* include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
GetProcessId, GetSystemRegistryQuota): Add functions, available on
Windows XP SP1 and better.
* include/winnt.h [_WIN32_WINNT >= 0x0501]
(ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
* lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
Add functions.
Diffstat (limited to 'winsup/w32api/lib/kernel32.def')
-rw-r--r-- | winsup/w32api/lib/kernel32.def | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/winsup/w32api/lib/kernel32.def b/winsup/w32api/lib/kernel32.def index 4d2e1f13a..224aa3293 100644 --- a/winsup/w32api/lib/kernel32.def +++ b/winsup/w32api/lib/kernel32.def @@ -168,6 +168,9 @@ FileTimeToSystemTime@8 FillConsoleOutputAttribute@20 FillConsoleOutputCharacterA@20 FillConsoleOutputCharacterW@20 +FindActCtxSectionGuid@20 +FindActCtxSectionStringA@20 +FindActCtxSectionStringW@20 FindAtomA@4 FindAtomW@4 FindClose@4 @@ -235,6 +238,8 @@ GetCompressedFileSizeA@8 GetCompressedFileSizeW@8 GetComputerNameA@8 GetComputerNameW@8 +GetComputerNameExA@12 +GetComputerNameExW@12 GetConsoleAliasA@16 GetConsoleAliasExesA@8 GetConsoleAliasExesLengthA@0 @@ -268,6 +273,7 @@ GetConsoleTitleW@8 GetConsoleWindow@0 GetCurrencyFormatA@24 GetCurrencyFormatW@24 +GetCurrentActCtx@4 GetCurrentConsoleFont@12 GetCurrentDirectoryA@8 GetCurrentDirectoryW@8 @@ -284,6 +290,8 @@ GetDiskFreeSpaceA@20 GetDiskFreeSpaceW@20 GetDiskFreeSpaceExA@16 GetDiskFreeSpaceExW@16 +GetDllDirectoryA@8 +GetDllDirectoryW@8 GetDriveTypeA@4 GetDriveTypeW@4 GetErrorMode@0 @@ -303,6 +311,8 @@ GetFileSize@8 GetFileSizeEx@8 GetFileTime@16 GetFileType@4 +GetFirmwareEnvironmentVariableA@16 +GetFirmwareEnvironmentVariableW@16 GetFullPathNameA@16 GetFullPathNameW@16 GetGeoInfoA@20 @@ -323,9 +333,12 @@ GetModuleFileNameA@12 GetModuleFileNameW@12 GetModuleHandleA@4 GetModuleHandleW@4 +GetModuleHandleExA@12 +GetModuleHandleExW@12 GetNamedPipeHandleStateA@28 GetNamedPipeHandleStateW@28 GetNamedPipeInfo@20 +GetNativeSystemInfo@4 GetNextVDMCommand@4 GetNumberFormatA@24 GetNumberFormatW@24 @@ -347,8 +360,11 @@ GetPrivateProfileStructA@20 GetPrivateProfileStructW@20 GetProcAddress@8 GetProcessAffinityMask@12 +GetProcessHandleCount@8 GetProcessHeap@0 GetProcessHeaps@8 +GetProcessId@4 +GetProcessIoCounters@8 GetProcessPriorityBoost@8 GetProcessShutdownParameters@8 GetProcessTimes@20 @@ -378,6 +394,7 @@ GetSystemDirectoryA@8 GetSystemDirectoryW@8 GetSystemInfo@4 GetSystemPowerStatus@4 +GetSystemRegistryQuota@8 GetSystemTime@4 GetSystemTimes@12 GetSystemTimeAdjustment@12 |