CDdeSz Class ReferenceDDE string wrapper.
More...
#include <DdeSz.h>
List of all members.
|
Public Member Functions |
|
| CDdeSz (DWORD dwInst, LPCTSTR pStr) |
| | Default Constructor.
|
|
| CDdeSz () |
| | Constructor.
|
|
virtual | ~CDdeSz () |
| | Destructor.
|
| BOOL | CreateSz (DWORD dwInst, LPCTSTR pStr) |
| | Allocates a DDE string.
|
|
void | FreeSz () |
| | Frees the previously allocated DDE string.
|
|
| operator HSZ () |
| | Returns pointer to DDE string handle.
|
Public Attributes |
|
DWORD | m_dwInst |
| | DDE instance.
|
|
HSZ | m_hSz |
| | DDE string handle.
|
Detailed Description
DDE string wrapper.
This class provides a simple wrapper for a DDE string value.
Member Function Documentation
| BOOL CDdeSz::CreateSz |
( |
DWORD |
dwInst, |
|
|
LPCTSTR |
pStr |
|
) |
[inline] |
|
|
|
Allocates a DDE string.
- Parameters:
-
| [in] | dwInst | - DDE instance |
| [in] | pStr | - Initial string value |
- Returns:
- Non-zero if success
- See also:
|
The documentation for this class was generated from the following file:
|