What is the return value when the InsertItem function
fails?

Answers were Sorted based on User's Feedback



What is the return value when the InsertItem function fails?..

Answer / subeetha

CListCtrl::InsertItem() return -1
CTreeCtrl::InsertItem() return NULL if it fails.

Is This Answer Correct ?    1 Yes 0 No

What is the return value when the InsertItem function fails?..

Answer / naviyr

LB_ERR (-1)

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More VC++ AllOther Interview Questions

What is iunknown? Explain some of commonly used methods provided by iunknown.

0 Answers  


How a dll will be sharable by more than one exe?

4 Answers   CA,


What function is used to trap all mouse messages?

1 Answers  


What is the RGB macro used for?

1 Answers  


What is microsoft visual c++ 2013 redistributable package x64?

0 Answers  






What is visual c++ 2010 redistributable package x64?

0 Answers  


What are the advantages of a message map

0 Answers  


What is microsoft visual c++ 2008 redistributable?

0 Answers  


What is a transparent image?

1 Answers  


What is the difference between the client and non-client areas?

2 Answers  


#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}

1 Answers  


What is ole? How do you handle drag and drop in ole?

0 Answers  


Categories