LsaClose (advapi32)
Last changed: 66.249.65.229

.
Summary
The LsaClose function closes a handle to a Policy or TrustedDomain object.

C# Signature:

[DllImport("advapi32.dll", SetLastError=true)]
static extern uint LsaClose(IntPtr ObjectHandle);

VB Signature:

Declare Unicode Function LsaClose Lib "advapi32.dll" (ByVal ObjectHandle As IntPtr) As Int32

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

See LsaOpenPolicy

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
LsaClose on MSDN