source:
branches/v2.9/common_functions/include/ea_funcs.h
Last change on this file was 2, checked in by , 8 years ago | |
---|---|
File size: 237 bytes |
Line | |
---|---|
1 | #ifndef EA_FUNCS_H_INCLUDED |
2 | #define EA_FUNCS_H_INCLUDED |
3 | |
4 | BOOL EARestoreString(WPFileSystem * wpFSObject, PSZ pKey, char * chrBuffer, ULONG ulBuffSize); |
5 | BOOL EASaveString(WPFileSystem * wpFSObject, PSZ pKey, PSZ pValue); |
6 | |
7 | #endif |
Note:
See TracBrowser
for help on using the repository browser.