What is the return value when the InsertItem function
fails?
Answers were Sorted based on User's Feedback
Answer / subeetha
CListCtrl::InsertItem() return -1
CTreeCtrl::InsertItem() return NULL if it fails.
Is This Answer Correct ? | 1 Yes | 0 No |
What is iunknown? Explain some of commonly used methods provided by iunknown.
How a dll will be sharable by more than one exe?
What function is used to trap all mouse messages?
What is the RGB macro used for?
What is microsoft visual c++ 2013 redistributable package x64?
What is visual c++ 2010 redistributable package x64?
What are the advantages of a message map
What is microsoft visual c++ 2008 redistributable?
What is a transparent image?
What is the difference between the client and non-client areas?
#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;}
What is ole? How do you handle drag and drop in ole?