Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "CREDUI_INFO" in [All]

credui

.

  private static extern CredUIReturnCodes CredUIPromptForCredentialsW(ref CREDUI_INFO creditUR,

.

Declare Function CredUIPromptForCredentialsW Lib "credui.dll" (byref creditUR AS CREDUI_INFO, _

.

CREDUI_FLAGS, CREDUI_INFO, CredUIReturnCodes

.

            ref CREDUI_INFO creditUI,

.

  CREDUI_INFO info = new CREDUI_INFO();

.

  private static extern CredUIReturnCodes CredUIPromptForCredentialsW(ref CREDUI_INFO creditUR,

.

Declare Function CredUIPromptForCredentialsW Lib "credui.dll" (byref creditUR AS CREDUI_INFO, _

.

CREDUI_FLAGS, CREDUI_INFO, CredUIReturnCodes

.

            ref CREDUI_INFO creditUI,

.

  CREDUI_INFO info = new CREDUI_INFO();

.

    private static extern uint CredUIPromptForWindowsCredentials(ref CREDUI_INFO notUsedHere,

.

    ''' <param name="pUiInfo">The CREDUI_INFO structure with customises the appearance of the dialog.</param>

.

    Public Shared Function CredUIPromptForWindowsCredentials(ByRef pUiInfo As CREDUI_INFO, _

.

    private struct CREDUI_INFO

.

    CREDUI_INFO credui = new CREDUI_INFO();

.

private struct CREDUI_INFO

.

private static extern int CredUIPromptForWindowsCredentials(ref CREDUI_INFO notUsedHere, int authError, ref uint authPackage, IntPtr InAuthBuffer, uint InAuthBufferSize, out IntPtr refOutAuthBuffer, out uint refOutAuthBufferSize, ref bool fSave, int flags);

.

     CREDUI_INFO credui = new CREDUI_INFO();

Structures

.
Summary
The CREDUI_INFO structure is used to pass information to the CredUIPromptForCredentials function that creates a dialog box used to obtain credentials information.
.

  public struct CREDUI_INFO

.

    Public Structure CREDUI_INFO

.
Documentation
[CREDUI_INFO] on MSDN

 
Access PInvoke.net directly from VS: