Link to home
Start Free TrialLog in
Avatar of JackKuti
JackKuti

asked on

$xxxx - what is it?

In some cases, there are values in Delphi codes like these: $C000, $FFFF, $40000... For example, in the answer to my previous question about OpenType font there was expression: NTM_TT_OPENTYPE    = $40000; What does this value mean and how can it be found out?
ASKER CERTIFIED SOLUTION
Avatar of atul_parmar
atul_parmar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JackKuti
JackKuti

ASKER

Thank your kindly,  and regarding to the expression: NTM_TT_OPENTYPE    = $40000, don´t you know, where this value can be found? ( I suppose somewhere in API documentation, but I don´t know where. Thanks!
You can search such things in msdn
this constant is in particular here
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/fontext_2zqq.asp
It's defined also in wingdi.h