OpenVAS Libraries
4.0+rc3.SVN
Main Page
Related Pages
Data Structures
Files
File List
Globals
nasl
nasl_wmi.h
Go to the documentation of this file.
1
/* OpenVAS
2
*
3
* $Id$
4
* Description: NASL API implementation for WMI support
5
*
6
* Authors:
7
* Chandrashekhar B <bchandra@secpod.com>
8
*
9
* Copyright:
10
* Copyright (c) 2009 Greenbone Networks GmbH, http://www.greenbone.net
11
*
12
* This program is free software; you can redistribute it and/or modify
13
* it under the terms of the GNU General Public License version 2
14
* (or any later version), as published by the Free Software Foundation.
15
*
16
* This program is distributed in the hope that it will be useful,
17
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
* GNU General Public License for more details.
20
*
21
* You should have received a copy of the GNU General Public License
22
* along with this program; if not, write to the Free Software
23
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
24
*/
25
33
#ifndef _NASL_NASL_WMI_H
34
#define _NASL_NASL_WMI_H
35
36
/* for lex_ctxt */
37
#include "nasl_lex_ctxt.h"
38
39
/* for tree_cell */
40
#include "nasl_tree.h"
41
42
tree_cell
*
nasl_wmi_versioninfo
(
lex_ctxt
* lexic);
43
tree_cell
*
nasl_wmi_connect
(
lex_ctxt
* lexic);
44
tree_cell
*
nasl_wmi_close
(
lex_ctxt
* lexic);
45
tree_cell
*
nasl_wmi_query
(
lex_ctxt
* lexic);
46
47
tree_cell
*
nasl_wmi_connect_rsop
(
lex_ctxt
* lexic);
48
tree_cell
*
nasl_wmi_query_rsop
(
lex_ctxt
* lexic);
49
50
tree_cell
*
nasl_wmi_connect_reg
(
lex_ctxt
* lexic);
51
tree_cell
*
nasl_wmi_reg_get_sz
(
lex_ctxt
* lexic);
52
tree_cell
*
nasl_wmi_reg_enum_value
(
lex_ctxt
* lexic);
53
tree_cell
*
nasl_wmi_reg_enum_key
(
lex_ctxt
* lexic);
54
tree_cell
*
nasl_wmi_reg_get_bin_val
(
lex_ctxt
* lexic);
55
tree_cell
*
nasl_wmi_reg_get_dword_val
(
lex_ctxt
* lexic);
56
tree_cell
*
nasl_wmi_reg_get_ex_string_val
(
lex_ctxt
* lexic);
57
tree_cell
*
nasl_wmi_reg_get_mul_string_val
(
lex_ctxt
* lexic);
58
tree_cell
*
nasl_wmi_reg_get_qword_val
(
lex_ctxt
* lexic);
59
60
#endif
Generated by
1.8.1.1