Sebastian 2018-12-19 20:20:05 +01:00 committed by GitHub
parent e2c433a0f8
commit f8b8597a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1043,6 +1043,8 @@
<resource>
<alloc init="true">CreateThread</alloc>
<alloc init="true">CreateFile</alloc>
<alloc init="true">CreateFileA</alloc>
<alloc init="true">CreateFileW</alloc>
<alloc init="true">OpenFile</alloc>
<alloc init="true">CreateJobObject</alloc>
<alloc init="true">CreateRemoteThread</alloc>
@ -1662,7 +1664,7 @@
_In_ DWORD dwCreationDisposition,
_In_ DWORD dwFlagsAndAttributes,
_In_opt_ HANDLE hTemplateFile); -->
<function name="CreateFile">
<function name="CreateFile,CreateFileA,CreateFileW">
<noreturn>false</noreturn>
<returnValue type="HANDLE"/>
<arg nr="1">