The documentation for some C++ API calls uses NULL for some arguments. Since Null in VB isn't the same as the NULL constant, what should I use to substitute it?

VB Code:
  1. GetDC(NULL) = GetDC([i]what in VB?[/i])