Results 1 to 2 of 2

Thread: Detecting Memory? Article doesn't work?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Posts
    67

    Detecting Memory? Article doesn't work?

    Hello,
    When I use the code from this article it gives me an error on this line:

    End TypePublic Declare Sub GlobalMemoryStatus _

    Why does it do this?

    Thanks,
    Justin Sampson

  2. #2
    New Member
    Join Date
    Nov 2001
    Posts
    8
    I guess there was a typing error. It should be this:


    End Type

    Public Declare Sub GlobalMemoryStatus Lib "kernel32" (lpBuffer As MEMORYSTATUS)

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