.
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 1:33:17 PM - -69.183.33.170
The LsaOpenPolicy function opens a handle to the Policy object on a local or remote system.
3/16/2007 1:33:27 PM - egray1@hot.rr.com-24.26.210.211
