/ GetResult: Get the list of the WMI class properties. */ /
| 850 | /* GetResult: Get the list of the WMI class properties. */ |
| 851 | /***********************************************************************/ |
| 852 | PQRYRES TDBWCL::GetResult(PGLOBAL g) |
| 853 | { |
| 854 | return WMIColumns(g, Nsp, Cls, false); |
| 855 | } // end of GetResult |
| 856 | |
| 857 |
no test coverage detected