Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generic routine to return bios date
Message
From
27/12/1998 21:36:28
 
 
To
27/12/1998 16:56:06
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00170611
Message ID:
00170649
Views:
16
I think this info is under \\HKEY_LOCAL_MACHINE\Hardware\Description\System\SystemBiosDate

on WinNT.

Vlad

>The following routine returns bios date in VFP, using registry
>class shipped with VFP:
>
>#DEFINE HKEY_LOCAL_MACHINE -2147483646
>SET PROCEDURE TO REGISTRY ADDITIVE
>local oReg, cValue
>oReg = CreateObject("FoxReg")
>cValue = ''
>biosdate = oReg.GetRegKey("BIOSDate", @cValue, ;
> "Enum\Root\*PNP0C01\0000", HKEY_LOCAL_MACHINE )
>
>It this generic: will it work always under Windows 95, 98?
>Why it does not work under NT ?
>How to make generic routine that works under NT also?
Previous
Reply
Map
View

Click here to load this message in the networking platform