摘要:
procedure WriteREG_MULTI_SZ(const Name, Value: string; const Registry: TRegistry);var p, buffer: PChar; i: Integer; Size: DWORD; aStrings: TStringList;begin Size := 0; aStrings := TStringList.C... 阅读全文
posted @ 2011-01-15 08:13
fyen
阅读(1164)
评论(0)
推荐(0)
摘要:
function ReadBinary(const Name: string; const Registry: TRegistry): TByteDynArray;var RDT: TRegDataType; Size: Integer;begin Size := Registry.GetDataSize(Name); SetLength(Result, Size); Registry... 阅读全文
posted @ 2011-01-15 08:11
fyen
阅读(307)
评论(0)
推荐(0)
浙公网安备 33010602011771号