mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[SAL]
- Add _Out_opt_z_bytecap_ - ndk/rtlfuncs.h: Fix annotations for RtlQueryAtomInAtomTable - winddi.h: Use ENGAPI instead of WIN32KAPI, fix annotations for EngBitBlt, EngCreateEvent, EngQuerySystemAttribute, EngRestoreFloatingPointState, EngSaveFloatingPointState svn path=/trunk/; revision=58397
This commit is contained in:
@@ -2316,9 +2316,9 @@ NTAPI
|
||||
RtlQueryAtomInAtomTable(
|
||||
_In_ PRTL_ATOM_TABLE AtomTable,
|
||||
_In_ RTL_ATOM Atom,
|
||||
_Inout_opt_ PULONG RefCount,
|
||||
_Inout_opt_ PULONG PinCount,
|
||||
_Inout_opt_ PWSTR AtomName,
|
||||
_Out_opt_ PULONG RefCount,
|
||||
_Out_opt_ PULONG PinCount,
|
||||
_Out_opt_z_bytecap_(*NameLength) PWSTR AtomName,
|
||||
_Inout_opt_ PULONG NameLength
|
||||
);
|
||||
|
||||
|
||||
@@ -763,7 +763,7 @@ enum __SAL_YesNo {_SAL_notpresent, _SAL_no, _SAL_maybe, _SAL_yes, _SAL_default};
|
||||
//#define _Out_opt_capcount_(capcount)
|
||||
//#define _Out_opt_capcount_x_(capcount)
|
||||
//#define _Out_opt_ptrdiff_cap_(size)
|
||||
//#define _Out_opt_z_bytecap_(size)
|
||||
#define _Out_opt_z_bytecap_(size) _SAL11_NAME(_Out_opt_z_bytecap_) _Group_(_Pre_opt_bytecap_(size) [SA_Post(Valid=SA_Yes)] _Post_z_)
|
||||
//#define _Out_opt_z_bytecap_c_(size)
|
||||
//#define _Out_opt_z_bytecap_post_bytecount_(cap,count)
|
||||
//#define _Out_opt_z_bytecap_x_(size)
|
||||
|
||||
+224
-207
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user