windows.cfg: Added support for '_access_s' ref.: https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/access-s-waccess-s?view=msvc-160
This commit is contained in:
parent
0c16e346f1
commit
7c58b07926
|
@ -1349,6 +1349,22 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
<valid>0:</valid>
|
<valid>0:</valid>
|
||||||
</arg>
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- errno_t _access_s(const char *path, int mode); -->
|
||||||
|
<!-- errno_t _waccess_s(const wchar_t *path, int mode); -->
|
||||||
|
<function name="_access_s,_waccess_s,_taccess_s">
|
||||||
|
<use-retval/>
|
||||||
|
<returnValue type="errno_t"/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-null/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-bool/>
|
||||||
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!--VOID RtlCopyBytes(
|
<!--VOID RtlCopyBytes(
|
||||||
_Out_ PVOID Destination,
|
_Out_ PVOID Destination,
|
||||||
|
|
Loading…
Reference in New Issue