CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2000
    Location
    Ottawa, Canada
    Posts
    469

    How to declare and use this function?

    NetServerGetInfo (LPWSTR servername,
    DWORD level,
    LPBYTE *bufptr
    );


    Thank you.



  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: How to declare and use this function?

    try

    NetServerGetInfo(byval servername as string,level as long,bufptr as any)


    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

  3. #3
    Join Date
    Aug 2000
    Location
    Ottawa, Canada
    Posts
    469

    Re: How to declare and use this function?

    Doesn't work. :-(


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured