[Tutor] Win32 Question

Alan G alan.gauld at freenet.co.uk
Wed Jun 1 21:57:30 CEST 2005


>       this line causes the error given above ----->
process.GetOwner()
>         #apply( process.GetOwner )

I may be barking up the wrong tree but why not just call
process.GetOwner() directly? Why use apply() at all?

Or is that what the comment means? That you get an error when you try
to use it directly?

Also checking the Win32 API it looks like:

uint32 GetOwner(
  string User,
  string Domain
);

expects a couple of parameters to hold the return values.
I dunno how Winall handles that but it may be worth investigating.

Alan G.




More information about the Tutor mailing list