import win32com.client.makepy
class DispatchItem(DispatchItem, WritableItem) def WriteCallbackClassBody(self) def WriteClass(self) def WriteClassBody(self) def WriteClassHeader(self) def WriteEventSinkClassHeader(self) int STRING = 3 # Methods inherited by DispatchItem from WritableItem def __cmp__(self, other) def __repr__(self) # Methods inherited by DispatchItem from DispatchItem def Build(self, typeinfo, attr, bForUser = 1) def CountInOutOptArgs(self, argTuple) def DoResolveType(self, typeinfo, hrefResult) def DoResolveTypeTuple(self, typeTuple, typeinfo) def MakeDispatchFuncMethod(self, entry, name, bMakeClass = 1) def MakeFuncMethod(self, entry, name, bMakeClass = 1) def MakeInterfaceFuncMethod(self, entry, name, bMakeClass = 1) def ResolveUserDefined(self, typeTuple, typeinfo) def __init__(self, doc = None)
Return tuple counting in/outs/OPTS. Sum of result may not be len(argTuple), as some args may be in/out.
Resolve VT_USERDEFINED (often aliases or typed IDispatches)
Compare for sorting
Copyright © Greg Stein, Mark Hammond, Curt Hagenlocher and a few other contributors
All Rights Reserved
Comments to author:
Generated: Sun Apr 20 1997