|
-
Nov 16th, 2001, 08:13 PM
#1
Thread Starter
Lively Member
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
-
Nov 16th, 2001, 10:00 PM
#2
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|