C# Class BExplorer.Shell.Interop.CredUI

Show file Open project: Gainedge/BetterExplorer

Public Methods

Method Description
RunProcesssAsUser ( String processPath ) : void

Private Methods

Method Description
CredUIPromptForWindowsCredentials ( CREDUI_INFO &notUsedHere, int authError, uint &authPackage, IntPtr InAuthBuffer, uint InAuthBufferSize, IntPtr &refOutAuthBuffer, uint &refOutAuthBufferSize, bool &fSave, int flags ) : int
CredUnPackAuthenticationBuffer ( int dwFlags, IntPtr pAuthBuffer, uint cbAuthBuffer, StringBuilder pszUserName, int &pcchMaxUserName, StringBuilder pszDomainName, int &pcchMaxDomainame, StringBuilder pszPassword, int &pcchMaxPassword ) : bool

Method Details

RunProcesssAsUser() public static method

public static RunProcesssAsUser ( String processPath ) : void
processPath String
return void