Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "AccessCheck" in [All]

advapi32

.
Summary
The AccessCheckAndAuditAlarm function determines whether a security descriptor grants a specified set of access rights to the client being impersonated by the calling thread.
.

static extern TODO AccessCheckAndAuditAlarm(TODO);

.

Declare Function AccessCheckAndAuditAlarm Lib "advapi32.dll" (TODO) As TODO

.
Documentation
[AccessCheckAndAuditAlarm] on MSDN
.

static extern TODO AccessCheckAndAuditAlarm(TODO);

.

Declare Function AccessCheckAndAuditAlarm Lib "advapi32.dll" (TODO) As TODO

.
Documentation
[AccessCheckAndAuditAlarm] on MSDN

Structures

.

Used in MapGenericMask and AccessCheck. Also required for AreAllAccessesGranted to work.

Constants

.

        /// The system function, AccessCheck, returned false

.

        public const int CO_E_ACCESSCHECKFAILED = (int)(0x8001012A - 0x100000000);

powrprof

.

    /// Full call to Vista method PowerSettingAccessCheck().

.

    internal static extern UInt32 PowerSettingAccessCheck(

.

    /// Partial call to Vista method PowerSettingAccessCheck() supporting null GUID parameter.

.

    private static extern UInt32 PowerSettingAccessCheck(

.

    /// Full call to Vista method PowerSettingAccessCheck() supporting empty power setting identifier.

.

    internal static UInt32 PowerSettingAccessCheck(PowerSettingAccessFlags accessFlags)

.

        return PowerSettingAccessCheck(accessFlags, IntPtr.Zero);

.

Declare Function PowerSettingAccessCheck Lib "powrprof.dll" (TODO) As TODO

.
Documentation
[PowerSettingAccessCheck] on MSDN

Enums

.

    ///The system function, AccessCheck, returned false

.

    [Description("The system function, AccessCheck, returned false")]

.

    public const int CO_E_ACCESSCHECKFAILED = unchecked((int)0x8001012A);

.

    '''The system function, AccessCheck, returned false

.

    <Description("The system function, AccessCheck, returned false")> _

.

    Public Const CO_E_ACCESSCHECKFAILED As Integer = CInt(&H8001012aUI)

winfax

.

static extern bool FaxAccessCheck (IntPtr FaxHandle, int AccessMask);

.

Declare Function FaxAccessCheck Lib "winfax.dll" (TODO) As TODO

.
Documentation
[FaxAccessCheck] on MSDN

 
Access PInvoke.net directly from VS: