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 "SetServiceObjectSecurity" in [All]

advapi32

.

    /// SetServiceObjectSecurity function to access the SACL. The proper

.

    /// Required to call the SetServiceObjectSecurity function to modify

.

    /// Required to call the SetServiceObjectSecurity function to modify

.

    ''' SetServiceObjectSecurity function to access the SACL. The proper

.

    ''' Required to call the SetServiceObjectSecurity function to modify

.

    ''' Required to call the SetServiceObjectSecurity function to modify

.

ok = SetServiceObjectSecurity(sc.ServiceHandle, SecurityInfos.DiscretionaryAcl, rawsd);

.

     throw new ApplicationException("error calling SetServiceObjectSecurity(); error code=" + Marshal.GetLastWin32Error());

.

static extern bool SetServiceObjectSecurity(SafeHandle serviceHandle, System.Security.AccessControl.SecurityInfos secInfos, byte[] lpSecDesrBuf);

.

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

.
Documentation
[SetServiceObjectSecurity] on MSDN

 
Access PInvoke.net directly from VS: