NetComputerEnum

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ondrej Sevecek

    #1

    NetComputerEnum

    Hello,
    there is "NetComputersEn um()" Win32 API function. Is there any equivalent
    of the function provided under .NET Framework? This function calls on
    "Browser Service" to obtain computer names.

    Ondra.


  • Michael Giagnocavo [MVP]

    #2
    Re: NetComputerEnum

    I *believe* you will need to use Platform Invocation to get this, as this
    functionality is not exposed in the base class libraries.
    -mike
    MVP

    "Ondrej Sevecek" <ondra@sevecek. com.thisisanunt ispamsuffix> wrote in message
    news:uvgUGj8nDH A.2216@TK2MSFTN GP12.phx.gbl...[color=blue]
    > Hello,
    > there is "NetComputersEn um()" Win32 API function. Is there any[/color]
    equivalent[color=blue]
    > of the function provided under .NET Framework? This function calls on
    > "Browser Service" to obtain computer names.
    >
    > Ondra.
    >
    >[/color]


    Comment

    Working...