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

oslibprf.cpp

Go to the documentation of this file.
00001 /* $Id: oslibprf.cpp,v 1.2 2001/07/14 08:36:17 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 #define  INCL_WIN
00013 #define  INCL_PM
00014 #define  INCL_WINSWITCHLIST
00015 #include <os2wrap.h>
00016 
00017 #include <win32type.h>
00018 #include <winconst.h>
00019 #include "oslibprf.h"
00020 
00021 LONG OSLibPrfQueryProfileInt(OSLIB_HINI hini, char *pszApp, char *pszKey, LONG sDefault)
00022 {
00023     return PrfQueryProfileInt(hini, pszApp, pszKey, sDefault);
00024 }
00025 
00026 LONG OSLibPrfQueryProfileString(OSLIB_HINI hini, char *pszApp, char *pszKey, char *pszDefault, char *buffer, ULONG buflen)
00027 {
00028     return PrfQueryProfileString(hini, pszApp, pszKey, pszDefault, buffer, buflen);
00029 }

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