1.

Explain Lpctstr? What Does Lp Denote It?

Answer»
  • LPCTSTR denotes "Long POINTER Const to String". Declaration can be written as const long* STR[];LP denotes Long Pointer.
  • LPCTSTR = Long Pointer to a Const TCHAR String
  • LPCTSTR = const CHAR* or const wchar_t* depending on _UNICODE
  • LP - LONG POINTER.



Discussion

No Comment Found