source: branches/v2.9/common_functions/include/ini_funcs.h

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

Import sources from cwmm-full.zip dated 2005-03-21

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