It does work on XP sp2, if you add the phrase in Bold below...
Public Class ShellActions
<Runtime.InteropServices.DllImport("Shell32.dll")> _
Shared Function SHEmptyRecycleBin(ByVal hWnd As Integer, ByVal pszRootPath As String, _
ByVal dwFlags As Integer) As Integer
End Function
Sub New()
EmptyRecycleBin()
End Sub
.....