Home
last modified time | relevance | path

Searched refs:at3 (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxmacros.hpp119 #define FX_VF_STUB_P3( qf, rt, rtDef, fnName, at1, at2, at3 ) \ argument
123 fnName( _In_ PFX_DRIVER_GLOBALS FxDriverGlobals, at1 a1, at2 a2, at3 a3 ) \
127 #define FX_DECLARE_VF_FUNCTION_P3_EX( qf, rt, rtDef, fnName, at1, at2, at3 ) \ argument
128 FX_VF_FUNCTION_PROTOTYPE( qf, rt, fnName, at1, at2, at3) \
129 FX_VF_STUB_P3( qf, rt, rtDef, fnName, at1, at2, at3 )
132 #define FX_DECLARE_VF_FUNCTION_P3( rt, fnName, at1, at2, at3 ) \ argument
138 #define FX_VF_STUB_P4( qf, rt, rtDef, fnName, at1, at2, at3, at4 ) \ argument
146 #define FX_DECLARE_VF_FUNCTION_P4_EX( qf, rt, rtDef, fnName, at1, at2, at3, at4 ) \ argument
147 FX_VF_FUNCTION_PROTOTYPE( qf, rt, fnName, at1, at2, at3, at4 ) \
148 FX_VF_STUB_P4( qf, rt, rtDef, fnName, at1, at2, at3, at4 )
[all …]