|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Data Fields | |
| ULONG | ps_attribute |
| SIZE_T | size |
| union { | |
| ULONG value | |
| PVOID value_ptr | |
| }; | |
| PSIZE_T | return_length |
Definition at line 38 of file nt_process.c.
| union { ... } attribute |
| ULONG attribute::ps_attribute |
Definition at line 39 of file nt_process.c.
| PSIZE_T attribute::return_length |
Definition at line 46 of file nt_process.c.
| SIZE_T attribute::size |
Definition at line 40 of file nt_process.c.
| ULONG attribute::value |
Definition at line 42 of file nt_process.c.
| PVOID attribute::value_ptr |
Definition at line 43 of file nt_process.c.