Searched refs:__in_bcount_opt (Results 1 – 8 of 8) sorted by relevance
228 #define __in_bcount_nz_opt(size) __in_bcount_opt(size)230 #define __in_bcount_opt(size) __in_bcount(size) __exceptthat __maybenull macro231 #define __in_bcount_z_opt(size) __in_bcount_opt(size) __pre __nullterminated
242 #define __in_bcount_opt(size) _SAL_VERSION_CHECK(__in_bcount_opt) macro
51 #undef __in_bcount_opt
43 #ifndef __in_bcount_opt44 # define __in_bcount_opt(x) macro
405 __in_bcount_opt(EventDataSize) in __drv_maxIRQL()
65 __in_bcount_opt(EventBufferSize) PVOID EventBuffer, in FireEvent()
64 __in_bcount_opt(EventBufferSize) PVOID EventBuffer,
2715 #define __in_bcount_opt(size) _SAL1_Source_(__in_bcount_opt, (si… macro2718 … _SAL1_Source_(__in_bcount_z_opt, (size), __in_bcount_opt(size) __pre _…2721 …e) _SAL1_Source_(__in_bcount_nz_opt, (size), __in_bcount_opt(size))