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

advapi32

.
Summary
You can use the GetSecurityInfo function with the following types of objects
.

static extern uint GetSecurityInfo(

.

     Private Shared Function GetSecurityInfo( _

.

namespace GetSecurityInfoTest

.

    static extern int GetSecurityInfo(

.

        returnValue = GetSecurityInfo(fileStream.Handle, SE_OBJECT_TYPE.SE_FILE_OBJECT, SECURITY_INFORMATION.OWNER_SECURITY_INFORMATION | SECURITY_INFORMATION.DACL_SECURITY_INFORMATION, out ownerSid, out groupSid, out dacl, out sacl, out securityDescriptor);          

.
Documentation
[GetSecurityInfo] on MSDN

Enums

.
Summary

 
Access PInvoke.net directly from VS: