Secure CRT?

I've recently heard that "parts" of the Secure CRT has been implemented for CE. I can't seem to find any of the functions or any information about it however, so what parts of any are available? Will it be available for CE4.2-based projects?
[249 byte] By [troff] at [2007-12-16]
# 1
Hi Troff,
The deal with the Secure CRT is that we have implementations for some functions, but not everything. The motivation behind this is that in VS 2005, ATL and MFC were changed to build on top of that, rather than building on top of the older CRT functions. Because our implementations of ATL/MFC are a direct port from the desktop implementations (i.e. we scrapped the older versions that had previously shipped and went directly to the source), it was decided that we should implement the functionality required to get ATL/MFC working, and also pick up limited additional functions that were "incredibly useful" in our eyes. In the VC\ce\include directory you should find the altcecrt.h header. The only CE4.2 based projects we support for VS2005 are PPC2003 and SP2003, and it is supported for those. Hope this helps,
Jeff Abraham

Visual Studio

JeffAbraham at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...
# 2
Thanks, Jeff, indeed it does.
troff at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...