[python-win32] not defined ?SPIF_UPDATEINIFILE, SPIF_SENDCHANGE, SPIF_SENDWININICHANGE

2015-01-22 Thread iMath
it seems ‍SPIF_UPDATEINIFILE, SPIF_SENDCHANGE, SPIF_SENDWININICHANGE not defined in Pywin32, what should do if I want to use this constant ? ‍what the value of each ?___ python-win32 mailing list [email protected] https://mail.python.org/mailman/

Re: [python-win32] not defined ?SPIF_UPDATEINIFILE, SPIF_SENDCHANGE, SPIF_SENDWININICHANGE

2015-01-22 Thread Tim Roberts
iMath wrote: > it seems ‍SPIF_UPDATEINIFILE, SPIF_SENDCHANGE, SPIF_SENDWININICHANGE > not defined in Pywin32, what should do if I want to use this constant? ‍ > what the value of each ? Of course they are defined, in the win32con module, where all good constants live. C:\tmp>python Pytho