Couple ?s



Question 1 concerning the RegQueryValueEx API
REG_BINARY

When it says binary data in any form, what does that
specifically entail.
(as opposed to REG_SZ used for strings)

Question 2
How can I automate this to check for multiple characters in
a string. I tried a
inc esi statement.

lea esi, szBigBuffer[0] ;look at 1st character in buffer
for a match
lodsb

..if EAX==31h ; the '1' character

Thanks.

.



Relevant Pages

  • Re: Couple ?s
    ... (as opposed to REG_SZ used for strings) ... How can I automate this to check for multiple characters in ... inc esi statement. ...
    (comp.lang.asm.x86)
  • Re: exception to MsgBox
    ... If the choices are actually three text strings of multiple characters than ... should I include the names without spaces or commas within one set of ... quotes, or list each separately in their own quotes, separated by ...
    (microsoft.public.excel.programming)