W2K 64-bit type???

Hello, On 32-bit W2K, what is the name of the 64-bit data type? I know it too much to wish that it’s symbolic name is identical to various flavors of Unix/Linux. Regards, Vasili PS I don’t trust “long” or “long long” because I am not sure that the ANSI C standard defines them.


Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.

You can either use LARGE_INTEGER, which is a struct, or __int64 which is a
compiler extension.

-Jeff

-----Original Message-----
From: Galchin Vasili [mailto:xxxxx@yahoo.com]
Sent: Monday, April 21, 2003 10:52 PM
To: NT Developers Interest List
Cc: xxxxx@yahoo.com
Subject: [ntdev] W2K 64-bit type???

Hello,

On 32-bit W2K, what is the name of the 64-bit data type? I know it too
much to wish that it’s symbolic name is identical to various flavors of
Unix/Linux.

Regards, Vasili

PS I don’t trust “long” or “long long” because I am not sure that the ANSI C
standard defines them.


Do you Yahoo!?
The New http:
Yahoo! Search - Faster. Easier. Bingo. — You are currently subscribed to
ntdev as: xxxxx@concord.com To unsubscribe send a blank email to
xxxxx@lists.osr.com


This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
the latest virus scan software available for the presence of computer
viruses.
</http:>

There are others that map onto __int64:

Signed: INT64, LONG64, LONGLONG

Unsigned: DWORD64, UINT64, ULONG64, ULONGLONG

See
http://msdn.microsoft.com/library/en-us/winprog/winprog/windows_data_types.a
sp?frame=true


From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com]
On Behalf Of Curless, Jeffrey
Sent: Monday, April 21, 2003 7:58 PM
To: NT Developers Interest List
Subject: [ntdev] RE: W2K 64-bit type???

You can either use LARGE_INTEGER, which is a struct, or __int64 which is a
compiler extension.

-Jeff

-----Original Message-----
From: Galchin Vasili [mailto:xxxxx@yahoo.com]
Sent: Monday, April 21, 2003 10:52 PM
To: NT Developers Interest List
Cc: xxxxx@yahoo.com
Subject: [ntdev] W2K 64-bit type???

Hello,

On 32-bit W2K, what is the name of the 64-bit data type? I know it too
much to wish that it’s symbolic name is identical to various flavors of
Unix/Linux.

Regards, Vasili

PS I don’t trust “long” or “long long” because I am not sure that the ANSI C
standard defines them.

LONGLONG or ULONGLONG.

----- Original Message -----
From: Galchin Vasili
To: NT Developers Interest List
Cc: xxxxx@yahoo.com
Sent: Tuesday, April 22, 2003 6:52 AM
Subject: [ntdev] W2K 64-bit type???

Hello,

On 32-bit W2K, what is the name of the 64-bit data type? I know it too much to wish that it’s symbolic name is identical to various flavors of Unix/Linux.

Regards, Vasili

PS I don’t trust “long” or “long long” because I am not sure that the ANSI C standard defines them.


Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo. — You are currently subscribed to ntdev as: xxxxx@storagecraft.com To unsubscribe send a blank email to xxxxx@lists.osr.com