|
Last change
on this file since 6240 was 6072, checked in by achimha, 24 years ago |
|
added OS/2 INI file access library
|
|
File size:
654 bytes
|
| Line | |
|---|
| 1 | /* $Id: oslibprf.h,v 1.1 2001-06-23 07:20:55 achimha Exp $ */
|
|---|
| 2 | /*
|
|---|
| 3 | * Profile API wrappers for OS/2
|
|---|
| 4 | *
|
|---|
| 5 | *
|
|---|
| 6 | * Copyright 2001 Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 7 | *
|
|---|
| 8 | *
|
|---|
| 9 | * Project Odin Software License can be found in LICENSE.TXT
|
|---|
| 10 | *
|
|---|
| 11 | */
|
|---|
| 12 |
|
|---|
| 13 | #ifndef __OSLIBPRF_H__
|
|---|
| 14 | #define __OSLIBPRF_H__
|
|---|
| 15 |
|
|---|
| 16 | typedef ULONG OSLIB_HINI;
|
|---|
| 17 | #define OSLIB_HINI_PROFILE NULL
|
|---|
| 18 | #define OSLIB_HINI_USERPROFILE -1L
|
|---|
| 19 | #define OSLIB_HINI_SYSTEMPROFILE -2L
|
|---|
| 20 | #define OSLIB_HINI_USER OSLIB_HINI_USERPROFILE
|
|---|
| 21 | #define OSLIB_HINI_SYSTEM OSLIB_HINI_SYSTEMPROFILE
|
|---|
| 22 |
|
|---|
| 23 | LONG OSLibPrfQueryProfileInt(OSLIB_HINI hini, char *pszApp, char *pszKey, LONG sDefault);
|
|---|
| 24 |
|
|---|
| 25 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.