windows-nt/Source/XPSP1/NT/enduser/netmeeting/ui/msconf/clpersis.hpp

33 lines
719 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
* persist.hpp - IPersist, IPersistFile, and IPersistStream implementation
* description.
*
* Taken from URL code by ChrisPi 9-12-95
*
*/
/* Global Constants
*******************/
// persist.cpp
extern const UINT g_ucMaxURLLen;
extern const char g_cszURLLeftDelimiter[];
extern const char g_cszURLRightDelimiter[];
extern const char g_cszURLPrefix[];
extern const UINT g_ucbURLPrefixLen;
extern const char g_cszURLExt[];
extern const char g_cszURLDefaultFileNamePrompt[];
extern const char g_cszCRLF[];
/* Prototypes
*************/
// persist.cpp
extern HRESULT UnicodeToANSI(LPCOLESTR pcwszUnicode, PSTR *ppszANSI);
extern HRESULT ANSIToUnicode(PCSTR pcszANSI, LPOLESTR *ppwszUnicode);