Search results for query: *

  1. N

    Calling a DNS WMI Provider method with no input parameters.

    Im trying to invoke a method in the DNS WMI Provider. If the method has input parameters, then everything works fine. If the method doesnt have input parameters, then i get an exception: Invalid Methd Parameter(s) Below is an example: Const DNS_SERVER_NAME As String = "." Const...
Back
Top