|
Last change
on this file since 37 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:
329 bytes
|
| Line | |
|---|
| 1 | #ifndef INI_H_INCLUDED
|
|---|
| 2 | #define INI_H_INCLUDED
|
|---|
| 3 |
|
|---|
| 4 | #if __cplusplus
|
|---|
| 5 | extern "C" {
|
|---|
| 6 | #endif
|
|---|
| 7 |
|
|---|
| 8 | BOOL IniSaveWindowPos(HINI hini, char * iniFile, char* chrApp, char *chrKey, HWND hwnd);
|
|---|
| 9 | BOOL 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.