NCL Library
|
#include <DDEInst.hpp>
Public Types | |
enum | InstType { CLIENT, SERVER } |
Public Member Functions | |
DWORD | Handle () const |
InstType | Type () const |
uint | LastError () const |
Static Public Member Functions | |
static CString | GetErrorCode (uint nError) |
Protected Member Functions | |
CDDEInst () | |
virtual | ~CDDEInst () |
Protected Attributes | |
DWORD | m_dwInst |
InstType | m_eType |
Private Member Functions | |
CDDEInst (const CDDEInst &) | |
CDDEInst & | operator= (const CDDEInst &) |
enum CDDEInst::InstType |
CDDEInst::CDDEInst | ( | ) | [inline, protected] |
CDDEInst::~CDDEInst | ( | ) | [inline, protected, virtual] |
CDDEInst::CDDEInst | ( | const CDDEInst & | ) | [private] |
DWORD CDDEInst::Handle | ( | ) | const [inline] |
CDDEInst::InstType CDDEInst::Type | ( | ) | const [inline] |
uint CDDEInst::LastError | ( | ) | const [inline] |
CString CDDEInst::GetErrorCode | ( | uint | nError | ) | [static] |
DWORD CDDEInst::m_dwInst [protected] |
InstType CDDEInst::m_eType [protected] |