[DllImport("Mpr.dll", SetLastError = true)] public static extern uint WNetEnumResource( IntPtr hEnum, ref uint lpcCount, IntPtr lpBuffer, ref uint lpBufferSize );
Microsoft documentation: Link
Last updated 1 year ago