What is the difference between ANSI and UNICODE strings
when passed as arguments to a DLL?
Answer Posted / guest
ANSI - one byte for a char
UNICODE - two bytes per char - works only on NT
| Is This Answer Correct ? | 17 Yes | 10 No |
Post New Answer View All Answers
Through which protocol OLEDB components are interfaced?
What is meant by Establish Connection in RDO?
What language does visual basic use?
What is Mask Edit and why it is used?
When should we use recursive programming?
What is data binding in vb net?
What is meant by Establish Connection in RDO?
Is it possible to change menu runtime using API? If yes Specify the function names?
Explain about trees structures work.
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
How to use advanced data-bound controls.
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
what are the Types of cursors in RDO?
How do I implement an incremental search in list/dir/combo/file boxes?
What about DLL calls that require callbacks?