Abstractions.WindowsApi.pInvokes.SafeNativeMethods.CredUIPromptForWindowsCredentials C# (CSharp) Method

CredUIPromptForWindowsCredentials() private method

private CredUIPromptForWindowsCredentials ( CREDUI_INFO &uiInfo, int authError, uint &authPackage, IntPtr InAuthBuffer, uint InAuthBufferSize, IntPtr &refOutAuthBuffer, uint &refOutAuthBufferSize, bool &fSave, PromptForWindowsCredentialsFlags flags ) : int
uiInfo CREDUI_INFO
authError int
authPackage uint
InAuthBuffer System.IntPtr
InAuthBufferSize uint
refOutAuthBuffer System.IntPtr
refOutAuthBufferSize uint
fSave bool
flags PromptForWindowsCredentialsFlags
return int
            public static extern int CredUIPromptForWindowsCredentials(ref CREDUI_INFO uiInfo, int authError, ref uint authPackage,
                                                                         IntPtr InAuthBuffer, uint InAuthBufferSize,
                                                                         out IntPtr refOutAuthBuffer, out uint refOutAuthBufferSize,
                                                                         ref bool fSave, PromptForWindowsCredentialsFlags flags);