#include <windows.h>#include <stdio.h>#include <conio.h>#include <tchar.h>#include "ntsecapi.h"#include "dcomperm.h"Include dependency graph for wrappers.cpp:

Go to the source code of this file.
Functions | |
| DWORD | ListDefaultAccessACL () |
| DWORD | ListDefaultLaunchACL () |
| DWORD | ListAppIDAccessACL (LPTSTR AppID) |
| DWORD | ListAppIDLaunchACL (LPTSTR AppID) |
| DWORD | ZapAppIDLaunchACL (LPTSTR AppID) |
| DWORD | ChangeDefaultAccessACL (LPTSTR Principal, BOOL SetPrincipal, BOOL Permit) |
| DWORD | ChangeDefaultLaunchACL (LPTSTR Principal, BOOL SetPrincipal, BOOL Permit) |
| DWORD | ChangeAppIDAccessACL (LPTSTR AppID, LPTSTR Principal, BOOL SetPrincipal, BOOL Permit) |
| DWORD | ChangeAppIDLaunchACL (LPTSTR AppID, LPTSTR Principal, BOOL SetPrincipal, BOOL Permit) |
| DWORD ChangeAppIDAccessACL | ( | LPTSTR | AppID, | |
| LPTSTR | Principal, | |||
| BOOL | SetPrincipal, | |||
| BOOL | Permit | |||
| ) |
Definition at line 114 of file wrappers.cpp.
References AddPrincipalToNamedValueSD(), and RemovePrincipalFromNamedValueSD().
Referenced by HandleAAOption().
| DWORD ChangeAppIDLaunchACL | ( | LPTSTR | AppID, | |
| LPTSTR | Principal, | |||
| BOOL | SetPrincipal, | |||
| BOOL | Permit | |||
| ) |
Definition at line 136 of file wrappers.cpp.
References AddPrincipalToNamedValueSD(), and RemovePrincipalFromNamedValueSD().
Referenced by HandleALOption().
| DWORD ChangeDefaultAccessACL | ( | LPTSTR | Principal, | |
| BOOL | SetPrincipal, | |||
| BOOL | Permit | |||
| ) |
Definition at line 84 of file wrappers.cpp.
References AddPrincipalToNamedValueSD(), and RemovePrincipalFromNamedValueSD().
Referenced by HandleDAOption().
| DWORD ChangeDefaultLaunchACL | ( | LPTSTR | Principal, | |
| BOOL | SetPrincipal, | |||
| BOOL | Permit | |||
| ) |
Definition at line 99 of file wrappers.cpp.
References AddPrincipalToNamedValueSD(), and RemovePrincipalFromNamedValueSD().
Referenced by HandleDLOption().
| DWORD ListAppIDAccessACL | ( | LPTSTR | AppID | ) |
Definition at line 44 of file wrappers.cpp.
References ListNamedValueSD().
Referenced by HandleAAOption().
| DWORD ListAppIDLaunchACL | ( | LPTSTR | AppID | ) |
Definition at line 58 of file wrappers.cpp.
References ListNamedValueSD().
Referenced by HandleALOption().
| DWORD ListDefaultAccessACL | ( | ) |
Definition at line 32 of file wrappers.cpp.
References ListNamedValueSD().
Referenced by HandleDAOption().
| DWORD ListDefaultLaunchACL | ( | ) |
Definition at line 38 of file wrappers.cpp.
References ListNamedValueSD().
Referenced by HandleDLOption().
| DWORD ZapAppIDLaunchACL | ( | LPTSTR | AppID | ) |
Definition at line 72 of file wrappers.cpp.
References ZapNamedValueSD().
Referenced by HandleALOption().
1.5.1