[python-win32] gpedit reload method in python

Mark Hammond skippy.hammond at gmail.com
Sat May 9 08:17:05 CEST 2009


le dahut wrote:
> Hi,
> 
> I tried it with "SHCNE_ALLEVENTS" as argument with no success :
>  shell.SHChangeNotify(shellcon.SHCNE_ALLEVENTS, shellcon.SHCNF_IDLIST 
> ,None)
> 
> Any other idea ?

You will need to get the IDLIST for your object; I don't think passing 
None will work.

Mark



More information about the python-win32 mailing list