RasAdminUserGetInfo

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • future_retro@yahoo.co.uk

    RasAdminUserGetInfo

    Anyone got any idea how to use this? It looks like it isn't available
    directly from the win32 extensions.

    Thanks, MW.

  • Larry Bates

    #2
    Re: RasAdminUserGet Info

    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]

    Google is your friend:



    -Larry Bates

    Comment

    • future_retro@yahoo.co.uk

      #3
      Re: RasAdminUserGet Info

      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.

      Comment

      • Larry Bates

        #4
        Re: RasAdminUserGet Info

        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.

        Larry Bates

        Comment

        Working...