UtilProcessGetProcessSecurityDescriptor(IntPtr) Method
Gets the security descriptor of the specified process.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static RawSecurityDescriptor GetProcessSecurityDescriptor(
IntPtr processHandle
)
Public Shared Function GetProcessSecurityDescriptor (
processHandle As IntPtr
) As RawSecurityDescriptor
Dim processHandle As IntPtr
Dim returnValue As RawSecurityDescriptor
returnValue = UtilProcess.GetProcessSecurityDescriptor(processHandle)
public:
static RawSecurityDescriptor^ GetProcessSecurityDescriptor(
IntPtr processHandle
)
static member GetProcessSecurityDescriptor :
processHandle : IntPtr -> RawSecurityDescriptor
No code example is currently available or this language may not be supported.
- processHandle IntPtr
-
The process handle.
RawSecurityDescriptor
The resulting
RawSecurityDescriptor.
This is a code example.
No code example is currently available or this language may not be supported.
Dim processHandle As IntPtr = Process.GetCurrentProcess().Handle
Dim dacl As RawSecurityDescriptor = GetProcessSecurityDescriptor(processHandle)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.