.
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!
The LsaClose function closes a handle to a Policy or TrustedDomain object.
3/16/2007 7:33:16 AM - 66.249.65.229
The LsaOpenPolicy function opens a handle to the Policy object on a local or remote system.
6/12/2013 2:28:17 PM - egray1@hot.rr.com-24.26.210.211
