|
-
September 9th, 2002, 10:20 AM
#1
NetMessageBufferSend
I'm having trouble with the LPBYTE param of this API.
I want to move text from my dialog based application to this api to send.
CString buffer;
m_cSendText.GetWindowText(buffer);
nasStatus = NetMessageBufferSend(NULL,
awcToNameW,
awcFromNameW,
(LPBYTE)&buffer,
m_cSendText.GetLength());
But I'm getting junk in the message box. Any suggestions?
Thanks
Tom Wright
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|