* add openthread, mantis 035529 by 440bx

git-svn-id: trunk@42008 -
This commit is contained in:
marco 2019-05-06 11:33:40 +00:00
parent 1d9220d270
commit caa5e54b00

View File

@ -1326,6 +1326,7 @@ function CONSOLE_REAL_OUTPUT_HANDLE : HANDLE;
function Wow64RevertWow64FsRedirection(RedirectionState : pointer) : BOOL; stdcall; external 'kernel32.dll' name 'Wow64RevertWow64FsRedirection';
function IsWow64Process(hProcess:THandle; Wow64Process:PBOOL):BOOL;stdcall; external 'kernel32.dll' name 'IsWow64Process';
function GetPhysicallyInstalledSystemMemory(TotalMemoryInKilobytes: PULONGLONG ):BOOL; stdcall; external 'kernel32.dll' name 'GetPhysicallyInstalledSystemMemory';
function OpenThread(DesiredAccess : DWORD; InheritHandle : BOOL; ThreadId : DWORD) : THANDLE; stdcall; external 'kernel32.dll' name 'OpenThread';
{$endif read_interface}