Allen et al

In the registry class enumkeyvalues method

If you change

Case lpdwType= REG_BINARY
        aKeyValues(m.nKeyEntry,2) = REG_BINARY_LOC

to

Case lpdwType= REG_BINARY
        aKeyValues(m.nKeyEntry,2) = left(m.lpbData, m.lpcbData-1)



That will cause the enumkeyvalues and enumoptions (which calls
enumkeyvalues) to return binary data from the registry key


Regards

Robert
 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Allen
Posted At: 27 November 2007 17:59
Posted To: Profox Archive
Conversation: Red REG_Binary value from registry
Subject: RE: Red REG_Binary value from registry


Note:
I have just altered the LongToString and StrToLong methods on foxbox.
For numeric it would not return large numbers and returned one as a
minus. 2 changes, one is 32 instead of 24 in both methods and the other
is the addition of a bittest if/then Allen 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Allen
Sent: 27 November 2007 16:44
To: [EMAIL PROTECTED]
Subject: RE: Red REG_Binary value from registry

It was a while ago I wrote that. I have an altered registry class with
it all in if you need it. I think also I did a repair to one of the
methods but I cant think which one. If you get into trouble shout Allen

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.16.8/1153 - Release Date:
26/11/2007
21:08
 



[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to