Richard Lamboj <richard.lam...@bilcom.at> wrote:
>
>if i want to read, write a key and set a value, does i only need to set 
>KEY_WRITE, or does i need to set KEY_READ, KEY_WRITE and KEY_SET_VALUE?
>
>This questions is related to the OpenKey Function.

You need KEY_READ|KEY_WRITE|KEY_SET_VALUE.  Those constants are straight
from the Windows API.
-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to