[python-win32] killing overlay extensions

Tim Roberts timr at probo.com
Sun Jul 6 08:00:38 CEST 2008


You wrote:
>
>... Based on sample that I've found, the
>GetOverlayInfo() function returns a tuple of (icon_path, 0,
>shellcon.ISIOI_ICONFILE), and it's not clear to me what the '0' is
>representing.

Icon files can contain multiple icons.  The 0 is the ordinal of the icon that should be used -- the first one, in this case.
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.


More information about the python-win32 mailing list