XPPROGRAMMER
Programmer
Hello,
how do I display the content of a data-pointer and pointer
items in cobol? Case in point:
01 data-pointer typedef pointer.
01 LPTSTR typedef usage data-pointer.
01 Array is typedef.
03 CBsize UINT.
03 Uflags UINT.
03 lpsztext1 pointer.
03 uId UINT.
03 ToolRect RECT.
03 hinst HINSTANCE.
03 lpsztext2 LPTSTR.
if lpsztext1 and lpsztext2 have received a text string,
can I use the redefine clause?
thanks for the help.
how do I display the content of a data-pointer and pointer
items in cobol? Case in point:
01 data-pointer typedef pointer.
01 LPTSTR typedef usage data-pointer.
01 Array is typedef.
03 CBsize UINT.
03 Uflags UINT.
03 lpsztext1 pointer.
03 uId UINT.
03 ToolRect RECT.
03 hinst HINSTANCE.
03 lpsztext2 LPTSTR.
if lpsztext1 and lpsztext2 have received a text string,
can I use the redefine clause?
thanks for the help.