Is there any recommended maximum size of data that can be saved to the
registry rather than saving to separte on disk file.

For instance for my device to work I might need 6K bytes of radio PHY
parameter data to program into the card.

Is it OK to save that much data to a single Binary Value under my parameter
key in the registry?

How about in multiple Binary Values?

thanks

tom

Re: Saving Device Parms to the registry by Doron

Doron
Fri Apr 07 19:23:38 CDT 2006

that is fine in one value.

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Tom Picard" <TomPicard@discussions.microsoft.com> wrote in message
news:9A19711E-CDD2-47A1-BC4D-9EE13DC87A93@microsoft.com...
> Is there any recommended maximum size of data that can be saved to the
> registry rather than saving to separte on disk file.
>
> For instance for my device to work I might need 6K bytes of radio PHY
> parameter data to program into the card.
>
> Is it OK to save that much data to a single Binary Value under my
> parameter
> key in the registry?
>
> How about in multiple Binary Values?
>
> thanks
>
> tom



Re: Saving Device Parms to the registry by Maxim

Maxim
Fri Apr 07 19:51:45 CDT 2006

IIRC REG_BINARY is up to 4MB or so (the limit possible raised in XP
timeframe)

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"Tom Picard" <TomPicard@discussions.microsoft.com> wrote in message
news:9A19711E-CDD2-47A1-BC4D-9EE13DC87A93@microsoft.com...
> Is there any recommended maximum size of data that can be saved to the
> registry rather than saving to separte on disk file.
>
> For instance for my device to work I might need 6K bytes of radio PHY
> parameter data to program into the card.
>
> Is it OK to save that much data to a single Binary Value under my parameter
> key in the registry?
>
> How about in multiple Binary Values?
>
> thanks
>
> tom