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
Which method is preferred to save data like database to the disk?
How do I get a bitmap picture in a field in an Access database?
What is ODBC Direct and Microsoft Jet Database Engine ?
How can you Navigate from the DHTML application to another DHTML application? .
Types of cursors in DAO?
Is visual basic still used?
Explain Default cursor Type and LockEdits type in RDO?
Explain Types of DBCombo boxes?
What is ado in vb?
How would you access objects created in ActiveX Exe and ActiveX Dll
What is Internet Explorer and its uses?
How would you add elements in TreevieW Control.
What is visual basic used for?
1s it posible to Create Tables Through Querydef?
Explain OLE Drag and Drop.