| |
|
|
Michael Wodrich | RegEnumValue listet any values one opened Registryschlüssels on.
P:L1: lever one opened Keys (which Unterschlüssel one lists would like) as LongInt or following values => · HKEY_CLASSES_ROOT = $80000000 · HKEY_CURRENT_USER = $80000001 · HKEY_LOCAL_MACHINE = $80000002 · HKEY_USERS = $80000003
P:L2: position the sought Unterschlüssels in the Registry as LongInt.
P:B3: Memory-Variable, The whom names the Wertes receiving.
P:B4: 4 byte Memory-Variable, its worth The Size of Parameter 3 in Bytes angibt. Kehrt The function back, standing here The Number of copied Bytes.
Parameter 5 (zero): reserved, must 0 his.
P:B6: 4 byte Memory-Variable, The manner the zurückgegebenen Wertes receiving. => · $3 = (REG_BINARY) Binärer Key (Bytefolge unterschiedlicher Size). · $4 = 4 byte or LongIntwert. often go only The two oberen Bytes the Wertes berücksichtigt (REG_DWORD / REG_DWORD_LITTLE_ENDIAN). · $5 = 4 byte or LongIntwert. The downstairs 2 byte the Wertes go berücksichtigt (REG_DWORD_BIG_ENDIAN). · $2 = String with abschließendem Nullbyte. can Enviroment-Variables include (REG_EXPAND_SZ). · $6 = One symbolischer Link in the Unicode stature (REG_LINK). · $7 = One aray nullterminierter Strings (REG_MULTI_SZ). · $0 = not definierter Datentyp (REG_NONE). · $8 = driver Resourcenliste (REG_RESOURCE_LIST). · $1 = String with abschließendem Nullbyte without Enviroment-Variables (REG_SZ).
P:B7: Memory-Variable, The the value receiving. These Variable can zero his, if only the names the Wertes needed becomes.
P:B8: 4 byte Memory-Variable, its worth The Size of Parameter 3 in Bytes angibt. Kehrt The function back, standing here The Number of copied Bytes. These Variable can zero his, if only the names the Wertes needed and is P:B7 0 (zero) is.
|
|
|
| Programmieren, das spannendste Detektivspiel der Welt. | 11/15/05 ▲ |
|
|
|