Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WinInet troubleshooting
Message
From
07/04/2000 08:51:29
 
 
To
07/04/2000 08:37:56
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00356440
Message ID:
00356778
Views:
23
>>>and here is the C function declaration:
>>>
>>>
BOOL InternetSetOption(
>>>    IN HINTERNET hInternet,
>>>    IN DWORD dwOption,
>>>    IN LPVOID lpBuffer,
>>>    IN DWORD dwBufferLength
>>>);
>>>
>>>
>>
>>Eric, see my reply to the previous question; try allocating a static block and passing the pointer to the block by reference - structures don't like to be moved about.
>>
>
>I will try that whe I get back to that machine.. but where's a struture?

The LPVOID is suspicious - it's either a pointer to a function entrypointy, or to something of indefinite shape and size and type. It's IN, so it shouldn't be getting set, but I'd want to know more about it's construction...
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform