elrond 2003/09/05 13:42:51 CEST
Modified files:
source/include ntdomain.h
source/rpcclient cmd_reg.c regedit_cmds.c
Log:
First stage of the msrpc_reg_enum_key rewrite.
Major change here being the display callback functions.
I've changed them from stupid preprocessor stuff into real
typedefs.
I've also changed the prototype to
- include a POLICY_HND * of the reg_key.
- return an NTSTATUS.
I've also started to clean msrpc_reg_enum itself a little,
but there's lots of work left, and for example the NTSTATUS
of the display functions is currently ignored ;-)
Revision Changes Path
1.23 +5 -6 tng/source/include/ntdomain.h
1.23 +102 -59 tng/source/rpcclient/cmd_reg.c
1.11 +7 -3 tng/source/rpcclient/regedit_cmds.c
|