ReactOS 0.4.16-dev-819-g75c0dc0
|
Go to the source code of this file.
Functions | |
WINBASEAPI _Check_return_ | _Success_ (return==ERROR_SUCCESS) LONG WINAPI AppPolicyGetProcessTerminationMethod(_In_ HANDLE processToken |
Deletes the virtual mapping and optionally gives back the page & dirty bit. | |
Variables | |
WINBASEAPI _Check_return_ _Out_ AppPolicyProcessTerminationMethod * | policy |
Enumerator | |
---|---|
AppPolicyProcessTerminationMethod_ExitProcess | |
AppPolicyProcessTerminationMethod_TerminateProcess |
Definition at line 14 of file appmodel.h.
Enumerator | |
---|---|
AppPolicyShowDeveloperDiagnostic_None | |
AppPolicyShowDeveloperDiagnostic_ShowUI |
Definition at line 26 of file appmodel.h.
Enumerator | |
---|---|
AppPolicyThreadInitializationType_None | |
AppPolicyThreadInitializationType_InitializeWinRT |
Definition at line 20 of file appmodel.h.
Enumerator | |
---|---|
AppPolicyWindowingModel_None | |
AppPolicyWindowingModel_Universal | |
AppPolicyWindowingModel_ClassicDesktop | |
AppPolicyWindowingModel_ClassicPhone |
Definition at line 32 of file appmodel.h.
WINBASEAPI _Check_return_ _Success_ | ( | return | = = ERROR_SUCCESS | ) |
Deletes the virtual mapping and optionally gives back the page & dirty bit.
Process | - The process this address belongs to, or NULL if system address. |
Address | - The address to unmap. |
WasDirty | - Optional param receiving the dirty bit of the PTE. |
Page | - Optional param receiving the page number previously mapped to this address. |
Definition at line 57 of file firmware.c.
Definition at line 47 of file appmodel.h.
Referenced by __acrt_AppPolicyGetProcessTerminationMethodInternal(), __acrt_AppPolicyGetShowDeveloperDiagnosticInternal(), __acrt_AppPolicyGetThreadInitializationTypeInternal(), __acrt_AppPolicyGetWindowingModelInternal(), check_load_safety(), check_script_safety(), checkChainPolicyStatus(), CoInternetIsFeatureEnabledForUrl(), CoInternetIsFeatureZoneElevationEnabled(), confirm_safety(), create_activex_object(), create_object(), CryptCATAdminAcquireContext2(), CShellDispatch::ExplorerPolicy(), FormatVerisignExtension(), get_action_policy(), InternetHostSecurityManager_QueryCustomPolicy(), is_firewall_enabled(), request_set_option(), RpcServerUseProtseqEpA(), RpcServerUseProtseqEpW(), SecManagerImpl_ProcessUrlAction(), session_set_option(), set_firewall(), SHADD_get_policy(), SHRestrictionLookup(), test_activex(), test_encodeCertPolicies(), test_interfaces(), test_LsaLookupPrivilegeName(), test_LsaLookupSids(), test_secure_connection(), test_security(), test_SecurityManager(), test_special_url_action(), test_url_action(), and winhttp_request_SetAutoLogonPolicy().