InternetFindNextFile
[DllImport("wininet.dll", SetLastError = true, CharSet = CharSet.Auto)]
public static extern bool InternetFindNextFile(
IntPtr hFind,
ref WIN32_FIND_DATA lpvFindFileData
);
Microsoft documentation: Link
Last updated
[DllImport("wininet.dll", SetLastError = true, CharSet = CharSet.Auto)]
public static extern bool InternetFindNextFile(
IntPtr hFind,
ref WIN32_FIND_DATA lpvFindFileData
);
Microsoft documentation: Link
Last updated