Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Registry Class
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
01246643
Message ID:
01246667
Views:
30
Beats me. I didn't write it. Ask Rich Strahl



>Strange name of the constant, BTW. What would ERROR_SUCCESS mean?
>
>>How would I use this classlib to create a node? I tried the following, but nothing happens:
>>
>>
>>LPARAMETERS tnHKey, tcSubkey, tcEntry
>>
>>LOCAL lnRegHandle, lnResult, lnSize, lcDataBuffer, tnType
>>
>>lnResult = RegOpenKey(tnHKey,tcSubKey,@lnRegHandle)
>>
>>IF lnResult = ERROR_SUCCESS
>>
>>  lnResult = RegCreateKey(tnHKey,tcSubKey,@lnRegHandle)
>>
>>  IF lnResult # ERROR_SUCCESS
>>     RETURN .NULL.
>>  ENDIF
>>
>>ENDIF
>>
>>
>>
>>>It's not mine. It's Rick's and I like it. Check your email.
>>>
>>>>Ok, then I'll take yours, if you wouldn't mind.
>>>>
>>>>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform