WORD 16-bit unsigned integer.

      DWORD 32-bit unsigned integer.

      DWORD_PTR Unsigned long type for pointer precision. Use when casting a
pointer to a long type to perform pointer arithmetic.

      DWORD32 32-bit unsigned integer.
      DWORD64 64-bit unsigned integer.


DWORD MAKELONG(
  WORD wLow,
  WORD wHigh
);

The MAKELONG macro creates a LONG value by concatenating the specified
values.


----- Original Message ----- 
From: "Truckle, Andrew J" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, April 20, 2005 3:58 PM
Subject: [msvc] WORD


> 1.  What is the max value of a WORD?
>
> 2.  How do I make a DWORD from two WORDS?  MAKELONG ????
>
> Andrew Truckle
> CAD Manager
> Atkins Survey and Mapping
> Avon Way, Langley Park, Chippenham, Wiltshire. SN15 1GG
> Telephone:     01249 455032
> Switchboard:  01249 455000
> Fax:          01249 455045
> E-Mail: [EMAIL PROTECTED]
> www.atkinsglobal.com <www.atkinsglobal.com>
>
>
>
> This email and any attached files are confidential and copyright
protected. If you are not the addressee, any dissemination of this
communication is strictly prohibited. Unless otherwise expressly agreed in
writing, nothing stated in this communication shall be legally binding.
>
> _______________________________________________
> msvc mailing list
> [email protected]
> See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for
subscription changes, and list archive.
>


_______________________________________________
msvc mailing list
[email protected]
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for 
subscription changes, and list archive.

Reply via email to