Interviewer And Interviewee Guide

ILU Interview Question:

Explain LPCTSTR? What does LP denote it?

Submitted by: Administrator
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
Submitted by: Administrator

Read Online ILU Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.