The CNamedPipe was designed to be an MFC class to encapsulate Named Pipes. The class encapsulates the Named Pipe Inter Process Communication mechanism as provided in Win32.The class provides a thin veneer of the SDK API meaning that all the richness the S
The CNamedPipe was designed to be an MFC class to encapsulate Named Pipes. The class encapsulates the Named Pipe Inter Process Communication mechanism as provided in Win32.The class provides a thin veneer of the SDK API meaning that all the richness the SDK provides is available through the class. The class also provides auto cleanup and is UNICODE enabled with build configurations provided.What\'s New in This Release: [ read full changelog ]· Updated copyright details.· Updated sample app to clean compile on VC 2008· The code has now been updated to support VC 2005 or later only.· Code now compiles cleanly using Code Analysis (/analyze)· Removed the m_bAutoClose member variable and concept from class
Скачать