Any special reason why not?
Would be great, if this function could be included.

Thanks a lot,
PL.
PureBasic still (fully?) supports WinXP.PureLust wrote:Any special reason why not?
Code: Select all
Import "Advapi32.lib"
RegGetValueW_(hKey.l, *lpSubKey, *lpValue, dwFlags.l, *pdwType, *pvData, *pcbData) As "_RegGetValueW@28"
EndImport
Didn't know that ... thanks for the explanation.fryquez wrote:API's introduced in later versions of Windows are no included, yet.
Oh great ... import seems to work fine ... thanks.Opcode wrote:You can always import missing functions if they aren't already supported out of the box...