Home | History | Annotate | Download | only in base

Lines Matching full:dispparams

137   // Invoke the method passing the parameters via the DISPPARAMS structure.
141 DISPPARAMS disp_params = { NULL, NULL, 0, 0 };
187 // Invoke the method passing the parameters via the DISPPARAMS structure.
191 DISPPARAMS disp_params = { disp_args, NULL, 1, 0 };
243 // Invoke the method passing the parameters via the DISPPARAMS structure.
247 DISPPARAMS disp_params = { disp_args, NULL, 2, 0 };
304 // Invoke the method passing the parameters via the DISPPARAMS structure.
308 DISPPARAMS disp_params = { disp_args, NULL, 3, 0 };
370 // Invoke the method passing the parameters via the DISPPARAMS structure.
374 DISPPARAMS disp_params = { disp_args, NULL, 4, 0 };
441 // Invoke the method passing the parameters via the DISPPARAMS structure.
445 DISPPARAMS disp_params = { disp_args, NULL, 5, 0 };
518 // Invoke the method passing the parameters via the DISPPARAMS structure.
522 DISPPARAMS disp_params = { disp_args, NULL, 6, 0 };
600 // Invoke the method passing the parameters via the DISPPARAMS structure.
604 DISPPARAMS disp_params = { disp_args, NULL, 7, 0 };