server/protocol.def documentation

Marcus Meissner marcus at jet.franken.de
Wed Mar 9 00:34:16 CST 2005


On Tue, Mar 08, 2005 at 06:38:01PM -0600, James Hawkins wrote:
> Hi,
> 
> I now understand the purpose of SERVER_START_REQ et al, but now I'm in
> server/protocol.def and I'm trying to add a protocol definition for
> load_key.  load_key is implemented in server/registry.c, but is not in
> server/protocol.def so, if I'm correct, I can't make a call to
> load_key from ntdll yet.  I am trying to add load_key to protocol.def,
> but I don't know the semantics of this file.  Is there any
> documentation available for this topic, or does anyone have any
> information that could be added to the docs?

I think you should be looking at
	dlls/advapi32/registry.c::RegLoadKeyW()

for a registry load key implementation. It is using the load_registry request.

Ciao, Marcus



More information about the wine-devel mailing list