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
What is the use of Hyperlink control for DHTML applications?
___ Property is used to count no. of items in a combobox.
What are the types of line styles available in Treeview Control?
What are the types of Error? In which areas the Error occurs?
Explain the working of templates?
To.set the command button for ESC ___ Property has to be changed.
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
Write the Steps in Creating an ActiveX Control?
How would you create properties by using class Builder Wizard?
Can you create a tabletype of recordset in Jet connected ODBC dbengine.
What is Seek Method which type of record set is available this?
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
What is file in vb?
How would you map properties to controls by using ActiveX Control Interface Wizard?
When should we use recursive programming?