F Protos 8h 01

tring &string)

FILEIOEXPORT BOOL  DeleteRegistryItem (const String &section, const String &entry) FILEIOEXPORT void  ResetRegistry (const String &regname) FILEIOEXPORT void  ResetRegistry (const String &key, const String &regname) FILEIOEXPORT BOOL  GetRegistryBOOL (const String &section, const String &entry, BOOL defaultvalue) FILEIOEXPORT BOOL  SetRegistryBOOL (const String &section, const String &entry, BOOL value) FILEIOEXPORT int  GetRegistryValue (BOOL ischar, const char *section, const char *entry, int defaultvalue) FILEIOEXPORT float  GetRegistryValue (BOOL ischar, const char *section, const char *entry, float defaultvalue) FILEIOEXPORT char *  GetRegistryString (BOOL ischar, const char *section, const char *entry, const char *defaultstring) FILEIOEXPORT BOOL  SetRegistryValue (BOOL ischar, const char *section, const char *entry, int tvalue) FILEIOEXPORT BOOL  SetRegistryValue (BOOL ischar, const char *section, const char *entry, float value) FILEIOEXPORT BOOL  SetRegistryString (BOOL ischar, const char *section, const char *entry, const char *string) FILEIOEXPORT BOOL  WriteProfileBinarySplit (BOOL ischar, const char *section, const char *entry, LPBYTE pData, UINT nBytes) FILEIOEXPORT BOOL  GetProfileBinarySplit (BOOL ischar, const char *section, const char *entry, LPBYTE *ppData, UINT *pBytes) FILEIOEXPORT int  GetLocalRegistryValue (const String &section, const String &entry, int defaultvalue) FILEIOEXPORT float  GetLocalRegistryValue (const String &section, const String &entry, float defaultvalue) FILEIOEXPORT String  GetLocalRegistryString (const String &section, const String &entry, const String &defaultstring) FILEIOEXPORT BOOL  SetLocalRegistryValue (const String &section, const String &entry, int tvalue) FILEIOEXPORT BOOL  SetLocalRegistryValue (const String &section, const String &entry, float value) FILEIOEXPORT BOOL  SetLocalRegistryString (const String &section, const String &entry, const String &string) FILEIOEXPORT void  SetLocalRegistryProfile (const String &profile) FILEIOEXPORT String  GetLocalRegistryProfile () FILEIOEXPORT void  FreeLocalRegistryProfile () FILEIOEXPORT BOOL  WriteProfileBinarySplit (const String &section, const String &entry, LPBYTE pData, UINT nBytes) FILEIOEXPORT BOOL  GetProfileBinarySplit (const String &section, const String &entry, LPBYTE *ppData, UINT *pBytes) FILEIOEXPORT String  InitMacProfile (char *name) FILEIOEXPORT void  FreeMacProfile () FILEIOEXPORT void  SaveMacProfile () FILEIOEXPORT ULONG  GetLastSubdivision () FILEIOEXPORT BOOL  SaveRequest (UINT titleid, UINT filterid, String &filename, char *extension, const char *inilookup, UINT actionid=3, CWnd *parent=NULL) FILEIOEXPORT BOOL  SaveRequest (UINT titleid, const String &filters, String &filename, char *extension, const char *inilookup, UINT actionid=3, CWnd *parent=NULL, int *pindex=NULL) FILEIOEXPORT BOOL  SaveRequest (const String &title, const String &filters, String &filename, char *extension, const char *inilookup, UINT actionid=3, CWnd *parent=NULL, int *pindex=NULL) FILEIOEXPORT String  GetDescriptionGivenIndex (const String &filters, int index) FILEIOEXPORT void  DeleteStringList (StringList *) FILEIOEXPORT BOOL  OpenRequest (UINT titleid, UINT filterid, String &filename, char *extension, char *inilookup, int *index=NULL, CWnd *parent=NULL, StringList **multiselect=NULL, CHashFileDialog *pdlg=NULL) FILEIOEXPORT BOOL  OpenRequest (const String &title, const String &filter, String &filename, char *extension, char *inilookup, int *index=NULL, CWnd *parent=NULL, StringList **multiselect=NULL, CHashFileDialog *pdlg=NULL) FILEIOEXPORT BOOL  OpenRequest (const String &title, const String &filter, String &filename, char *extension, char *inilookup, int *index, CWnd *parent, StringList **multiselect, CHashFileDialog *pdlg, BOOL *pbCancelall) FILEIOEXPORT BOOL  StringRequest (UINT messageid, String &string, CWnd *parent=NULL, UINT titleid=0) FILEIOEXPORT BOOL  StringRequest (CString &message, String &string, CWnd *parent=NULL, UINT titleid=0)