source: branches/common_functions/include/ini_funcs.h

Last change on this file was 4, checked in by stevenhl, 8 years ago

Import modifications from cwmm-0_2_9-work-01_10_2006.zip dated 2006-08-27

File size: 549 bytes
Line 
1#ifndef INI_H_INCLUDED
2#define INI_H_INCLUDED
3
4#if __cplusplus
5extern "C" {
6#endif
7
8BOOL PrfSaveWindowPos(HINI hini, char * iniFile, char* chrApp, char *chrKey, HWND hwnd);
9BOOL PrfRestoreWindowPos(HINI hini, char * iniFile, char* chrApp, char *chrKey, HWND hwnd, ULONG fSize);
10BOOL PrfWriteString(HINI hini, char * iniFile, char* chrApp, char *chrKey, char* chrString);
11BOOL PrfQueryString(HINI hini, char * iniFile, char* chrApp, char *chrKey, char* chrDefault, char* chrBuffer, ULONG ulSize);
12
13#if __cplusplus
14}
15#endif
16
17#endif
18
Note: See TracBrowser for help on using the repository browser.