Desktop Functions: Smart Device Functions:
|
LsaConnectUntrusted (secur32)
C# Signature:
[DllImport("secur32.dll", SetLastError=false)] VB Signature:
Declare Function LsaConnectUntrusted Lib "secur32.dll" (TODO) As TODO User-Defined Types:None. [DllImport("secur32.dll", SetLastError=false)]
public static extern WinStatusCodes LsaConnectUntrusted([Out] out IntPtr LsaHandle); Notes:VB Signature:
Declare Function LsaConnectUntrusted Lib "secur32.dll" (TODO) As TODO User-Defined Types:None. Tips & Tricks:Please add some! Notes:None. Sample Code:See LsaLogonUser Tips & Tricks:Please add some! Alternative Managed API:Do you know one? Please contribute it! Sample Code:See LsaLogonUser Alternative Managed API:Do you know one? Please contribute it! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|