Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
pywintypes
>
IID
pywintypes
.IID
PyIID
=
IID(
iidString
, is_bytes
)
Creates a new IID object
Parameters
iidString
: string/Unicode
A string representation of an IID, or a ProgID.
is_bytes=False
: bool
Indicates if the first param is actually the bytes of an IID structure.