I have a shared folder (New Folder) in a remote pc with current users (user1 and user2). When I try to access the shared folder with the ff credentials in a program, the GetLastError API returns 5 but I expect that GetLastError API should return 1326.
path: \\PC1\New Folder
user: 12345
pwd: 12345
Please explain to me the difference. Thank you.