00001 /****************************************************************************** 00002 * $Id: winregistry.h,v 1.1 2003/12/23 16:09:16 gareuselesinge Exp $ 00003 * This file is part of liberopops (http://liberopops.sf.net) * 00004 * This file is distributed under the terms of GNU GPL license. * 00005 ******************************************************************************/ 00006 00007 00008 /******************************************************************************/ 00014 /******************************************************************************/ 00015 00016 #ifdef WIN32 00017 extern int string_marshal(char *, void *, char *, char *, int); 00018 extern int int_marshal(char *, void *, char *, char *, int); 00020 extern void get_key_value_as(HKEY root, const char *path, 00021 int(*regmarshal)(char*,void*,char*,char*,int), char *param, void *ret); 00022 #endif 00023
1.3.6-20040222