As any doesn't seem to exist in VB.NET anymore

most api's have it... what can i replace it for?

here is an example

VB Code:
  1. Private Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As Any, ByVal fuWinIni As Long) As Long
  2.     Const SPI_SETDESKWALLPAPER = 20
  3.     Const SPIF_UPDATEINIFILE = &H1