Results 1 to 2 of 2

Thread: Physical Address of a variable or structure

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2002
    Posts
    4

    Physical Address of a variable or structure

    How can I find the physical memory address of a variable or a structure which is declared inside a VB code ?

  2. #2
    jim mcnamara
    Guest
    There are three undocumented functions in VB

    VarPtr - points to the memory location of a variable (Integer, etc)

    ObjPtr - points to an object

    StrPtr - points to the start of a string, not the descriptor

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