CDispBasic is an internal class used to implement the CDisp class.
Protected Data Members
m_PString Points to the string to be displayed. Initially, this points to m_String, but larger strings might cause this to be updated to point to dynamically-allocated storage instead. m_String[50] Initial buffer area for this object.
Member Functions
CDispBasic Constructor for the CDispBasic class.
Instantiates an object of this class.
Syntax
CDispBasic( );
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.