![]() |
Using QWORD data type in registry
Guys, how to write/read QWORD (Delphi.Int64) values to registry? Standard method support 32-bit values, how about 64-bit ones?
|
AW: Using QWORD data type in registry
I would try to store it as binary data.
|
Re: Using QWORD data type in registry
As REG_BINARY? Not bad idea, but I thought about REG_QWORD type. Windows registry support it.
|
AW: Using QWORD data type in registry
And what's the problem now?
|
Re: Using QWORD data type in registry
:lol: Because I'm asking about REG_QWORD and still don't know how to use it :?:
|
AW: Using QWORD data type in registry
Does the TRegistry class support it?
|
Re: Using QWORD data type in registry
As I know - is not supported by TRegistry.
This is reason I'm asking. |
AW: Using QWORD data type in registry
Well, than you have to use the raw Win API functions.
|
Re: Using QWORD data type in registry
Gosh, tell me something I don't know, please, please.
I know I need registry API, but I don't know how :( There is RegSetValueEx(), there isn't RED_QWORD const. :?::( |
AW: Using QWORD data type in registry
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 18:00 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz