Statistics: Posted by martignasse — 04 Dec 2012, 12:17
Statistics: Posted by hesspet — 03 Dec 2012, 22:39
Statistics: Posted by martignasse — 02 Dec 2012, 23:10
Statistics: Posted by hesspet — 02 Dec 2012, 22:46
Statistics: Posted by martignasse — 02 Dec 2012, 14:16
CODE:
if (Message->lParam == MSG_CHANGE) {PCHAR pcharTheInputString = pSerialInfoModule->GetEvtPChar( pSerialInfoModule->m_txtfExampleIn );int lengthOfInputString = pSerialInfoModule->GetEvtSize(pSerialInfoModule->m_txtfExampleIn);pSerialInfoModule->SetEvtSize(pSerialInfoModule->m_txtfExampleOut, lengthOfInputString);pSerialInfoModule->SetEvtPChar(pSerialInfoModule->m_txtfExampleOut, pcharTheInputString);}CODE:
PCHAR pcharTheInputString = pSerialInfoModule->GetEvtPChar( pSerialInfoModule->m_txtfExampleIn );CODE:
PCHAR GetEvtPChar( TEVT* ev )CODE:
typedef CHAR *PCHAR, *LPCH, *PCH;CODE:
std::string strTheInputString = pSerialInfoModule->GetEvtPChar( pSerialInfoModule->m_txtfExampleIn ); PCHAR pcharTheInputString = (PCHAR) strTheInputString.c_str();CODE:
pSerialInfoModule->SetEvtPChar(pSerialInfoModule->m_txtfExampleOut, strTheInputString);CODE:
PCHAR pcharTheInputString = (PCHAR) strTheInputString.c_str();pSerialInfoModule->SetEvtPChar(pSerialInfoModule->m_txtfExampleOut, pcharTheInputString);CODE:
pSerialInfoModule->CopyEvt( pSerialInfoModule->m_txtfExampleIn,pSerialInfoModule->m_txtfExampleOut );Statistics: Posted by hesspet — 01 Dec 2012, 15:17
Statistics: Posted by martignasse — 04 Dec 2012, 12:17
Statistics: Posted by hesspet — 03 Dec 2012, 22:39
Statistics: Posted by martignasse — 02 Dec 2012, 23:10
Statistics: Posted by hesspet — 02 Dec 2012, 22:46
Statistics: Posted by martignasse — 02 Dec 2012, 14:16
CODE:
if (Message->lParam == MSG_CHANGE) {PCHAR pcharTheInputString = pSerialInfoModule->GetEvtPChar( pSerialInfoModule->m_txtfExampleIn );int lengthOfInputString = pSerialInfoModule->GetEvtSize(pSerialInfoModule->m_txtfExampleIn);pSerialInfoModule->SetEvtSize(pSerialInfoModule->m_txtfExampleOut, lengthOfInputString);pSerialInfoModule->SetEvtPChar(pSerialInfoModule->m_txtfExampleOut, pcharTheInputString);}CODE:
PCHAR pcharTheInputString = pSerialInfoModule->GetEvtPChar( pSerialInfoModule->m_txtfExampleIn );CODE:
PCHAR GetEvtPChar( TEVT* ev )CODE:
typedef CHAR *PCHAR, *LPCH, *PCH;CODE:
std::string strTheInputString = pSerialInfoModule->GetEvtPChar( pSerialInfoModule->m_txtfExampleIn ); PCHAR pcharTheInputString = (PCHAR) strTheInputString.c_str();CODE:
pSerialInfoModule->SetEvtPChar(pSerialInfoModule->m_txtfExampleOut, strTheInputString);CODE:
PCHAR pcharTheInputString = (PCHAR) strTheInputString.c_str();pSerialInfoModule->SetEvtPChar(pSerialInfoModule->m_txtfExampleOut, pcharTheInputString);CODE:
pSerialInfoModule->CopyEvt( pSerialInfoModule->m_txtfExampleIn,pSerialInfoModule->m_txtfExampleOut );Statistics: Posted by hesspet — 01 Dec 2012, 15:17