Приглашаем посетить
Романтизм (19v-euro-lit.niv.ru)

Reference: SetValueEx

PreviousChapter 19
Win32 Modules and Extensions
Next
 

SetValueEx

$key->SetValueEx(name, res, type, value)

Sets a value specified by name in the current key (or creates the value if it doesn't already exist).

res

A reserved argument for future use (use a 0 as a placeholder).

type

The data type constant (listed above) describing the value.

value

The value of the key.


PreviousHomeNext
Reference: SetValueBook IndexReference: QueryValue