Regardless of the OS or CPU, a WORD is always a 16 bit unsigned short. Therefore, the largest value it can hold is 65,535. So, no it can't.
From MSDN:
16-bit unsigned integer.
This type is declared in WinDef.h as follows:
typedef unsigned short WORD;
Phil Daley < AutoDesk >
http://www.conknet.com/~p_daley
_______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
