I am calling an API CreateProcess. It takes 2 structure parameters. I want to pass Null to these. In VC++ , I can pass it as Null. How do I do it in VB ?
VbNull,Null and vbNullString are not accepted
Anand
Printable View
I am calling an API CreateProcess. It takes 2 structure parameters. I want to pass Null to these. In VC++ , I can pass it as Null. How do I do it in VB ?
VbNull,Null and vbNullString are not accepted
Anand