WINAPI.TXT Error
16-Oct-91 18:03:06
Sb: #3446-WINAPI.TXT Error
Fm: Ted M. Young 76703,4343
To: Rick Sands/OR 70274,103
Rick,
True, you could declare it with the ByVal lpWindowName As Any in the
Declare Function statement, but it's probably better to leave it as-is and
put the ByVal when you make the function call if you need to pass a null
value. That way you can either pass the Window name, or a ByVal 0&
depending on the situation.
– Ted