Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

GXStringFunctions.h

Go to the documentation of this file.
00001 #ifndef __GXSTRING
00002 #define __GXSTRING
00003 
00004 
00005 #include "GXAutoArray.h"
00006 
00007 bool GXCharStringToWide(CGXAutoArray<WCHAR>* pOut, char* szIn);
00008 bool GXWideStringToChar(CGXAutoArray<char>* pOut, BSTR szIn);
00009 
00010 
00011 
00012 #endif

Generated on Thu May 23 17:51:00 2002 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001