Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

oslibprf.h

Go to the documentation of this file.
00001 /* $Id: oslibprf.h,v 1.2 2001/07/14 08:36:18 sandervl Exp $ */
00002 /*
00003  * Profile API wrappers for OS/2
00004  *
00005  *
00006  * Copyright 2001 Achim Hasenmueller <achimha@innotek.de>
00007  *
00008  *
00009  * Project Odin Software License can be found in LICENSE.TXT
00010  *
00011  */
00012 
00013 #ifndef __OSLIBPRF_H__
00014 #define __OSLIBPRF_H__
00015 
00016 typedef ULONG                    OSLIB_HINI;
00017 #define OSLIB_HINI_PROFILE       NULL
00018 #define OSLIB_HINI_USERPROFILE   -1L
00019 #define OSLIB_HINI_SYSTEMPROFILE -2L
00020 #define OSLIB_HINI_USER          OSLIB_HINI_USERPROFILE
00021 #define OSLIB_HINI_SYSTEM        OSLIB_HINI_SYSTEMPROFILE
00022 
00023 LONG OSLibPrfQueryProfileInt(OSLIB_HINI hini, char *pszApp, char *pszKey, LONG sDefault);
00024 LONG OSLibPrfQueryProfileString(OSLIB_HINI hini, char *pszApp, char *pszKey, char *pszDefault, char *buffer, ULONG buflen);
00025 
00026 #endif

Generated on Wed Jan 23 23:17:39 2002 for ODIN-user32 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001