News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

BTH_ADDR is ULONGULONG?

Started by jacksheppard, November 11, 2009, 11:51:44 PM

Previous topic - Next topic

jacksheppard

Hello, ULONGULONG is not defined in WINDOWS.INC

ULONGULONG TYPEDEF QWORD is well defined?

thank

MichaelW

I can't find a definition for ULONGULONG in any header file on my system, but according to this it is a 64-bit value, so I would guess that it's the same as a ULONGLONG, and the information for that is here. So I think:

ULONGULONG TYPEDEF QWORD

is correct.
eschew obfuscation

jacksheppard