source: trunk/tst/include/ea_funcs.h@ 4

Last change on this file since 4 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: 237 bytes
Line 
1#ifndef EA_FUNCS_H_INCLUDED
2#define EA_FUNCS_H_INCLUDED
3
4BOOL EARestoreString(WPFileSystem * wpFSObject, PSZ pKey, char * chrBuffer, ULONG ulBuffSize);
5BOOL EASaveString(WPFileSystem * wpFSObject, PSZ pKey, PSZ pValue);
6
7#endif
Note: See TracBrowser for help on using the repository browser.