DirectShow Animated Header -- CDispBasic DirectShow Animated Header -- CDispBasic* Microsoft DirectShow SDK
*Index  *Topic Contents
*Previous Topic: CDisp Class
*Next Topic: CDispParams Class

CDispBasic


CDispBasic class hierarchy

An internal class used to implement the CDisp class.

Member Functions
CDispBasic Constructor for the CDispBasic class.

Protected Data Members
m_PString Points to the string to be displayed. Initially, this points to m_String, but larger strings may cause this to be updated to point to dynamically-allocated storage instead.
m_String[50] The initial buffer area for this object.


CDispBasic::CDispBasic

CDispBasic

Instantiates an object of this class.

CDispBasic( );

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page