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 |
How can we allow no selection of radio button in grouped radio buttons?
How do I reinstall visual c++ on windows 10?
What is the purpose of declaring a variable as unsigned?
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
What Is InfoViewer?
what is mean [] inc what is the use of include conio.h in c
Difference between getmessage, postmessage & peakmessage.
What is the RGB macro used for?
What is a glyph?
What is microsoft visual c++ 2013 redistributable?
What is vcruntime?
What is the use of DDV and DDX routines ?