What is the difference between ANSI and UNICODE strings
when passed as arguments to a DLL?
Answer Posted / kaan
ANSI support 256 different characters
so it will take 8 bit to store single character
but
UNICODE support 65536 different character,so it will take
16 bit to store single character and it is more complex
This differences should consider while u interact with
unmanaged code(win32 api),export functions etc.,
Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
___ is a property to resize a label control according to your caption.
What is DBSqlPassThrough?
what are the Differences between ActiveX Control and Standard Control?
How would you create properties by using class Builder Wizard?
what are the Types of Resultsets?
How can Visual Basic be used for server-side scripting?
What is recordset in visual basic?
How can you Navigate from the DHTML application to another DHTML application? .
What is ado data control in vb?
How can you force new objects to be created on new threads?
What is the-use of property page Wizard in ActiveX Control?
How would you add elements and pictures to listitems in listview control?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
what is the Difference between Recordset and Querydef?
Timer control contains ________ no. of events.