Python win32 dll

K

Karl Lopes

Hello all,
I would like to implement a COM server using python.
This server is based on an interface which was given to me in Visual Basic.

For example one of the methods in the interface is:
Public Sub CreateLogFile(ByVal LogFilePath AS String,
ByRef LogFileIntf As LogFile);


1. The corresponding Python method would be:
def CreateLogFile( self, LogFilePath, LogFileIntf ). Is this correct?
2. Is there a difference in the way Python implements ByVal and ByRef?

Thanks
Karl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top