COM-support for Variant-Typ VT_ARRAY | VT_VARIANT
Sven Burk
sven.burk at gmx.de
Thu Sep 27 11:04:42 EDT 2001
More information about the Python-list mailing list
Thu Sep 27 11:04:42 EDT 2001
- Previous message (by thread): Class mutation
- Next message (by thread): COM-support for Variant-Typ VT_ARRAY | VT_VARIANT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mark,
the method definition in the generated .py file is:
def FetchNextRow( self,lQueryID=defaultNamedNotOptArg,
pvaRow=defaultNamedNotOptArg):
return self._ApplyTypes_(0x1b, 1, (2, 0), ((3, 1), (16396, 2)),
'FetchNextRow', None,lQueryID, pvaRow)
I've also tried the "out" parameter. I get the folowing error message:
stat, result = self.QMFWin.FetchNextRow(QueryID)
File "<COMObject QMFWin.Interface.2>", line 2, in FetchNextRow
com_error: (-2147352561, 'Parameter nicht optional.', None, None)
Sven
- Previous message (by thread): Class mutation
- Next message (by thread): COM-support for Variant-Typ VT_ARRAY | VT_VARIANT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list