Classes Shared Between MFC and ATL

来源:互联网 发布:如何查看手机网络类型 编辑:程序博客网 时间:2024/06/11 21:15
请参见Shared Visual C++ Classes Reference 

Classes Shared Between MFC and ATL

The following table lists the classes shared between MFC and ATL.

ClassDescriptionHeader fileCFileTimeProvides methods for managing the date and time values associated with a file.atltime.hCFileTimeSpanProvides methods for managing relative date and time values associated with a file.atltime.hCFixedStringTRepresents a string object with a fixed character buffer.cstringt.hCImageProvides enhanced bitmap support, including the ability to load and save images in JPEG, GIF, BMP, and Portable Network Graphics (PNG) formats. atlimage.hCOleDateTimeEncapsulates the DATE data type used in OLE automation.atlcomtime.hCOleDateTimeSpanRepresents a relative time, a time span. atlcomtime.hCPointA class similar to the Windows POINT structure that also includes member functions to manipulate CPoint and POINT structures. atltypes.hCRectA class similar to a Windows RECT structure that also includes member functions to manipulate CRect objects and Windows RECT structures.atltypes.hCSimpleStringTRepresents a CSimpleStringT object.atlsimpstr.hCSizeA class similar to the Windows SIZE structure, which implements a relative coordinate or position. atltypes.hCStrBufTProvides automatic resource cleanup for GetBuffer and ReleaseBuffer calls on a existing CStringT object.atlsimpstr.hCStringDataRepresents the data of a string object.atlsimpstr.hCStringTRepresents a CStringT object.cstringt.h (MFC dependent)
atlstr.h (MFC independent)CTimeRepresents an absolute time and date.atltime.hCTimeSpanAn amount of time, which is internally stored as the number of seconds in the time span. atltime.hIAtlStringMgrRepresents the interface to a CStringT memory manager.atlsimpstr.h

See Also

Shared Classes

原创粉丝点击