How many bit in DWORD and WORD

Forum Home Forums Development and Integration How many bit in DWORD and WORD

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12977
    anaisthrl
    Participant

    Hello,

    We would like to know how many bit there are in a WORD and in a DWORD variable.
    It’s like integer (32 bit) and double (64 bit) but is it the same for DWORD and WORD ?

    #12978
    manjey73
    Participant

    WORD = 16
    DWORD = 32

    #12983
    anaisthrl
    Participant

    DWORD corresponds to a double ? So double has 32 bit ?

    #12984
    Mikhail
    Moderator
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.