Some methods, e.g. NetworkGetDhcpLeases have a NeedResults parameter of type int32. What is the meaning of this parameter, is this a flag indicating that we need a result list, so I should pass in 1 or is this the number (max?) of results to be expected?
Some methods, e.g.
NetworkGetDhcpLeaseshave aNeedResultsparameter of typeint32. What is the meaning of this parameter, is this a flag indicating that we need a result list, so I should pass in1or is this the number (max?) of results to be expected?