mirror of
https://github.com/qtkite/defender-control.git
synced 2024-11-04 12:00:15 +00:00
renamed test func accordingly
This commit is contained in:
parent
b1ce90aff8
commit
d3d46a1e2a
@ -14,7 +14,7 @@ int main()
|
||||
"Windows defender is ACTIVE\n" :
|
||||
"Windows defender is OFF\n");
|
||||
|
||||
wmic::test_get();
|
||||
wmic::test_exec();
|
||||
|
||||
system("pause");
|
||||
|
||||
|
@ -6,7 +6,7 @@ namespace wmic
|
||||
{
|
||||
// function to test getting data
|
||||
//
|
||||
bool test_get()
|
||||
bool test_exec()
|
||||
{
|
||||
HRESULT hres;
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
namespace wmic
|
||||
{
|
||||
// function to test getting data
|
||||
// function to test getting executing a command
|
||||
//
|
||||
bool test_get();
|
||||
bool test_exec();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user