Results 1 to 4 of 4

Thread: What does #define INTERNET_COOKIE_HTTPONLY 0x00002000

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2007
    Posts
    544

    What does #define INTERNET_COOKIE_HTTPONLY 0x00002000

    mean?

    What is that 0x thingy notation

    ALso what is &H notation

    Sometimes I see 0& when calling API what does that mean?

    What's the difference between 0& and 0

  2. #2
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: What does #define INTERNET_COOKIE_HTTPONLY 0x00002000

    0x00002000 is a Hex value
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  3. #3
    Fanatic Member
    Join Date
    Jan 2006
    Posts
    710

    Re: What does #define INTERNET_COOKIE_HTTPONLY 0x00002000

    The C++ code in your subject title translates to:
    Code:
    Public Const INTERNET_COOKIE_HTTPONLY As Integer = &H00002000
    David Anton
    Convert between VB, C#, C++, & Java
    www.tangiblesoftwaresolutions.com

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2007
    Posts
    544

    Re: What does #define INTERNET_COOKIE_HTTPONLY 0x00002000

    That means 8192. I see.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width