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/
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