What is the difference between ANSI and UNICODE strings
when passed as arguments to a DLL?
Answer Posted / vipul
ANSI: This standard provided 256 different symbols that a
computer can use. It was quick, efficient, and easy to
implement. All modern operating systems fully understand
ASCII.
UNICODE: Unicode which allowed for up to 65,536 different
characters. Since Unicode is more complex it is not
implemented on many operating systems. In terms of
Microsoft; Windows NT, Windows 2000, Windows XP, and
Windows 2003 support Unicode as will all future releases of
Windows.
Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What are some methods you can use to send data from one VB executable to another one?
Write the Steps in Creating an ActiveX Control?
What is the Windows API?
___ argument can be used to make a menuitem into bold.
What is meant by Establish Connection in RDO?
How can Visual Basic be used for server-side scripting?
What is DDE?
How do I use GetPrivateProfileString to read from INI files?
What is the difference between Msgbox Statement and MsgboxQ function?
What is the use of Tabledef?
What about DLL calls that require callbacks?
What do you know about chaining views.
Difference between Class Module and Standard Module?
Advantage of ActiveX Dll over Active Exe.
How to get freefile location in memory?