Search:

Type: Posts; User: alfsys

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,452

    OK, thanks for your answer in...

    OK, thanks for your answer

    in "Edit_SetText(hctl_data, (LPTSTR)SCNBUF_GETDATA(lpScanBuffer));"

    what (LPTSTR) does over SCNBUF_GETDATA(lpScanBuffer) ?
    can you explain to me, or advice me a doc...
  2. Replies
    3
    Views
    2,452

    Data types in Embedded C++

    I have this code:

    Edit_SetText(hctl_data, (LPTSTR)SCNBUF_GETDATA(lpScanBuffer));

    Edit_SetText have parameters type HWND y LPTSTR, (LPTSTR) convert to LPTSTR the content of...
Results 1 to 2 of 2