I came across these terms recently, while studying a program. I got an idea that they were data types...?
Are they really?
Could you please explain me what these terms really mean? I have not found their documentation.
I have not found there documentation
Here it is:
All data types you mentioned are documented there. For your convenience:
DWORD
typedef unsigned long DWORD;
HANDLE
typedef PVOID HANDLE;
LPBYTE
typedef BYTE far *LPBYTE;
And there is nothing LPTSR. There is LPSTR, and LPTSTR however.
Assuming context of Windows development, they are simply data types. See Windows Data Types (from Microsoft).
These are most commonly encountered as Microsoft-specific typedefs.
For instance http://msdn.microsoft.com/en-us/library/cc230353(v=prot.10).aspx is an MSDN help page about LPSTR.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With