procedure JwSaveHashToRegistry(const Hive: Cardinal; const Key: String; const HashName: String; const SizeName: String; const FileHashData: TJwFileHashData);
|
Parameters |
Description |
|
const Hive: Cardinal |
Defines a registry hive like HKEY_LOCAL_MACHINE. |
|
const Key: String |
Defines a registry path to a key like "SoftwareJEDI". |
|
const HashName: String |
Defines the registry value name that receives the hash data. |
|
const SizeName: String |
Defines the registry value name that receives the size of hash data. |
|
const FileHashData: TJwFileHashData |
receives the hashdata. raise Exception This procedure may raise exception coming from TRegistry methods. |
JwSaveHashToRegistry saves a hash record (TJwFileHashData) to registry.
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|