Sha256: d725c2cdfa4b8c7c2b100faf6599bcd618db1649d0f16227c3ed9e80b69fb71a

Contents?: true

Size: 671 Bytes

Versions: 16

Compression:

Stored size: 671 Bytes

Contents

/**
 * @file
 * Declares utility functions for querying process properties
 */
#pragma once

namespace leatherman { namespace windows { namespace process {

    /**
     * Returns whether or not the OS has the ability to set elevated token information.
     * @return True on Windows Vista or later, otherwise false.
     */
    bool supports_elevated_security();

    /**
     * Returns whether or not the owner of the current process is running with elevated security privileges.
     * Only supported on Windows Vista or later.
     * @return True if elevated, otherwise false.
     */
    bool has_elevated_security();

}}}  // namespace leatherman::windows::process

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
facter-3.12.2.cfacter.20181217 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
facter-3.12.1.cfacter.20181031 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
facter-3.11.6.cfacter.20181031 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
facter-3.12.1.cfacter.20181023 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
facter-3.11.5.cfacter.20181022 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
facter-3.12.0.cfacter.20181004 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
facter-3.12.0.cfacter.20181001 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
facter-3.12.0.cfacter.20180918 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
facter-3.11.4.cfacter.20180821 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
facter-3.11.3.cfacter.20180716 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
facter-3.11.2.cfacter.20180612 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
facter-3.9.6.cfacter.20180612 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
facter-3.11.2.cfacter.20180606 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
facter-3.9.6.cfacter.20180606 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
facter-3.11.0.cfacter.20180319 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp
cfacter-3.11.0.rc.20180314 ext/facter/leatherman/windows/inc/leatherman/windows/process.hpp