#include <nt.h>#include <ntrtl.h>#include <nturtl.h>#include "usercli.h"#include <string.h>#include "ntcsrdll.h"#include "csuser.h"Go to the source code of this file.
Typedefs | |
| typedef CSR_QLPC_API_MSG * | PCSRMSG |
| typedef PDWORD(* | PINSTUBFUNC )(PDWORD, PDWORD, PDWORD, PDWORD) |
| typedef void(* | POUTSTUBFUNC )(PDWORD, PDWORD) |
| typedef PDWORD(* | PCSINFUNC )(PDWORD, PDWORD, PDWORD) |
| typedef PDWORD(* | PCSOUTFUNC )(PDWORD, PDWORD) |
Functions | |
| PDWORD | Copy4 (PDWORD psrc, PDWORD pdst, PDWORD pparam, PDWORD pmax) |
| PDWORD | Copy5 (PDWORD psrc, PDWORD pdst, PDWORD pparam, PDWORD pmax) |
| PDWORD | CopySTR (PDWORD psrc, PDWORD pdst, PDWORD pparam, PDWORD pmax) |
| void | OutCopy4 (PDWORD psrc, PDWORD pdst) |
| PDWORD | Copy6 (PDWORD psrc, PDWORD pdst, PDWORD pparam, PDWORD pmax) |
| PDWORD | AIDoClientInStuff (PDWORD psrc, PDWORD pbase, PDWORD ptemplate, PDWORD pmax) |
| VOID | AIDoClientOutStuff (PDWORD psrc, PDWORD pbase, PDWORD ptemplate) |
| PDWORD | DoClientInStuff (PDWORD psrc, PDWORD pbase, PDWORD ptemplate, PDWORD pmax) |
| VOID | DoClientOutStuff (PDWORD psrc, PDWORD pdst, PDWORD ptemplate) |
| DWORD | MakeCSCall (DWORD findex, PDWORD psrc, PDWORD pInTemplate, PDWORD pOutTemplate) |
| DWORD | CSMakeCall (DWORD findex, PDWORD psrc, PCSINFUNC pInFunc, PCSOUTFUNC pOutFunc) |
| DWORD | ITestCall (HWND hwnd, int a, int b, int c, int d, int e) |
| DWORD | AITestCall (HWND hwnd, int a, int b, int c, int d, int e) |
Variables | |
| DWORD | InTestCall [] |
|
|
|
|
|
|
|
|
Definition at line 25 of file perf.c. Referenced by CSMakeCall(), and MakeCSCall(). |
|
|
Definition at line 27 of file perf.c. Referenced by DoClientInStuff(). |
|
|
Definition at line 28 of file perf.c. Referenced by DoClientOutStuff(). |
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
Definition at line 603 of file perf.c. References DWORD, InTestCall, MakeCSCall(), and NULL.
|
|
||||||||||||||||||||
|
Definition at line 45 of file perf.c.
|
|
||||||||||||||||||||
|
Definition at line 62 of file perf.c.
|
|
||||||||||||||||||||
|
Definition at line 80 of file perf.c.
|
|
||||||||||||||||||||
|
Definition at line 99 of file perf.c.
|
|
||||||||||||||||||||
|
Definition at line 461 of file perf.c. References DWORD, NULL, PBYTE, and PCSRMSG.
|
|
||||||||||||||||||||
|
Definition at line 140 of file perf.c. References NULL, PBYTE, and PINSTUBFUNC. Referenced by MakeCSCall().
|
|
||||||||||||||||
|
Definition at line 170 of file perf.c. References PBYTE, POUTSTUBFUNC, and VOID(). Referenced by MakeCSCall().
|
|
||||||||||||||||||||||||||||
|
Definition at line 593 of file perf.c. References DWORD, InTestCall, MakeCSCall(), and NULL.
|
|
||||||||||||||||||||
|
Definition at line 190 of file perf.c. References DoClientInStuff(), DoClientOutStuff(), DWORD, NULL, PBYTE, and PCSRMSG. Referenced by AITestCall(), and ITestCall().
|
|
||||||||||||
|
Definition at line 35 of file perf.c.
|
|
|
Initial value: Definition at line 588 of file perf.c. Referenced by AITestCall(), and ITestCall(). |
1.3.7