ImpersonateSecurityContext (secur32)
Last changed: anonymous

.
Summary
TODO - a short description

C# Signature:

[DllImport("secur32.dll", SetLastError=true)]

public static extern int ImpersonateSecurityContext(ref SECURITY_HANDLE phContext);

static extern TODO ImpersonateSecurityContext(TODO);

VB Signature:

Declare Function ImpersonateSecurityContext Lib "secur32.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Check InitializeSecurityContext for complete sample

Alternative Managed API:

Do you know one? Please contribute it!

Documentation