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 Scalewidth and ScaleHeight Proeperty?
What is ActiveX Dll and ActiveX Exe?
What is the use of progress Bar Control?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
What is FireHouse Cursors?
Difference between DDE and OLE.
__ no of controls in form.
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
Is it possible to change menu runtime using API? If yes? Specify the function names.
How would you create properties in ActiveX Control?
what are the Types of LockEdits in RDO?
___,___ and __ are difference between image and picture controls.
What is the use of ActiveX Documents?
What is OLEDB?
what is the Difference between Tabletype and Snapshot?