IsAppUnicode method


Prototype

IsAppUnicode Proto

Syntax

Invoke IsAppUnicode

Function

Determines whether the application is runnig as Unicode or not.

Parameters

None

Return value

Eax/Rax returns the Unicode condition for the current application.


Possible returned values are:

TRUE    The application is running as Unicode.
FALSE  The application is not running as Unicode.


REMARKS
: You can call this method in order to know whether the application is running as Unicode or as ANSI (see ANSI / Unicode applications).