| NCL Library
   
    | 
#include <DDEString.hpp>
| Public Member Functions | |
| CDDEString (CDDEInst *pInst, const tchar *pszString, bool bOwn=true) | |
| CDDEString (CDDEInst *pInst, HSZ hsz, bool bOwn=false) | |
| ~CDDEString () | |
| operator HSZ () const | |
| operator const tchar * () const | |
| Protected Types | |
| enum | { MAX_LENGTH = 255 } | 
| Protected Member Functions | |
| CDDEString (const CDDEString &) | |
| void | operator= (const CDDEString &) | 
| Protected Attributes | |
| CDDEInst * | m_pInst | 
| HSZ | m_hsz | 
| bool | m_bOwn | 
| tchar | m_sz [MAX_LENGTH+1] | 
| CDDEString::CDDEString | ( | CDDEInst * | pInst, | 
| const tchar * | pszString, | ||
| bool | bOwn = true | ||
| ) |  [inline] | 
| CDDEString::CDDEString | ( | CDDEInst * | pInst, | 
| HSZ | hsz, | ||
| bool | bOwn = false | ||
| ) |  [inline] | 
| CDDEString::~CDDEString | ( | ) |  [inline] | 
| CDDEString::CDDEString | ( | const CDDEString & | ) |  [protected] | 
| CDDEString::operator HSZ | ( | ) | const  [inline] | 
| CDDEString::operator const tchar * | ( | ) | const  [inline] | 
| void CDDEString::operator= | ( | const CDDEString & | ) |  [protected] | 
| CDDEInst* CDDEString::m_pInst  [protected] | 
| HSZ CDDEString::m_hsz  [protected] | 
| bool CDDEString::m_bOwn  [protected] | 
| tchar CDDEString::m_sz[MAX_LENGTH+1]  [protected] | 
 1.7.6.1
 1.7.6.1