future_retro@ya hoo.co.uk wrote:[color=blue]
> Anyone got any idea how to use this? It looks like it isn't available
> directly from the win32 extensions.
>
> Thanks, MW.
>[/color]
I got that far but the RasAdminUserGet Info function isn't defined in
win32net (or anywhere else as far as I can work out). Is there a way
to use it without the win32 module? This is the first thing I haven't
been able to do with win32net so I'm a little stumped on where the road
goes from here..MW.
future_retro@ya hoo.co.uk wrote:[color=blue]
> I got that far but the RasAdminUserGet Info function isn't defined in
> win32net (or anywhere else as far as I can work out). Is there a way
> to use it without the win32 module? This is the first thing I haven't
> been able to do with win32net so I'm a little stumped on where the road
> goes from here..MW.
>[/color]
Sorry, I misread your initial post. You should be able to use ctypes
to call the function or perhaps you can dispatch it manually. I'm not
that familiar with the function.
Comment