pythoncom.gif
blank.gif blank.gif blank.gif Home Page

Function IIDToInterfaceName - Converts an IID to a string interface name.


SYNOPSIS

import win32com.util
def IIDToInterfaceName(iid)

DESCRIPTION

Used primarily for debugging purposes, this allows a cryptic IID to be converted to a useful string name. This will firstly look for interfaces known (ie, registered) by pythoncom. If not known, it will look in the registry for a registered interface.

iid
An IID object.
Result
Always a string - either an interface name, or <Unregistered interface>

SEE ALSO

win32com.util


blank.gif blank.gif blank.gif Home Page
www_icon.gif

Copyright © Greg Stein, Mark Hammond, Curt Hagenlocher and a few other contributors
All Rights Reserved
Comments to author:
Generated: Sun Apr 20 1997