Hi, we have a possible bug with dial up networking on build 5536 (32bit).
We create a dial up connection for the current user.
Our application call the RasDeleteEntry function, that is the following:
DWORD RasDeleteEntry(
LPCTSTR lpszPhonebook, --> this is the phisical path to the current user
phonebook
(C:\users\<user>\AppData\Roaming\Microsoft\network \connections\pbk\rasphone.pbk)
LPCTSTR lpszEntry
);
The function executes correctly without exceptions but at the next login the
user sees an error message claiming that the folder
"C:\users\<user>\AppData\Local\Temp\WPDNSE" is shared with other users and
that deleting it will cause the share to be canceled.
Three questions:
1) What is the "C:\users\<user>\AppData\Local\Temp\WPDNSE" folder
2) How is that folder related to dial up networking
3) Is this a bug?
Thanks,
Francesco S.