|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <perfdata.h>

Public Attributes | |
| DWORD | idx |
| LPWSTR | str |
| ULONG | len |
| struct _CMD_LINE_CACHE * | pnext |
Definition at line 40 of file perfdata.h.
| DWORD _CMD_LINE_CACHE::idx |
Definition at line 42 of file perfdata.h.
Referenced by PerfDataGetCommandLine().
| ULONG _CMD_LINE_CACHE::len |
Definition at line 44 of file perfdata.h.
Referenced by PerfDataGetCommandLine().
| struct _CMD_LINE_CACHE* _CMD_LINE_CACHE::pnext |
Definition at line 45 of file perfdata.h.
| LPWSTR _CMD_LINE_CACHE::str |
Definition at line 43 of file perfdata.h.
Referenced by PerfDataGetCommandLine().