A seemingly simple call returns an error, but I don't understand why. Can anyone please advise?
GUID * Guid = (assigned elsewhere)
INT ErrorCode, rc;
rc = WSCDeinstallProvider( Guid, &ErrorCode );
// rc == SOCKET_ERROR at this point and ErrorCode == 10014 (WSAEFAULT)
Thanks in advance!