What is LPCTSTR? What does LP denote it?

Showing Answers 1 - 4 of 4 Answers

Naveen Rao

  • Jan 11th, 2006
 

LPCTSTR denotes "Long Pointer Const to String". Declaration can be written as const long* str[];LP denotes Long Pointer.

  Was this answer useful?  Yes

Rishabh Agrawal

  • May 18th, 2006
 

It is long pointer const to UNICODE string

  Was this answer useful?  Yes

suresh

  • Jul 17th, 2006
 

Hi,

    LP means Long pointer

  Was this answer useful?  Yes

Vivek

  • Feb 9th, 2007
 

LPCTSTR Long Pointer to a Constant null-Terminated String (C programming/Windows API)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions