CREDUI_INFO (Structures)
Last changed: -171.251.236.129

.

Check out the formatting tips on the right for help formatting and making links.

Use the template below then delete this header:

Summary
TODO - a short description

C# Signature:

  public struct CREDUI_INFO
  {
            public int cbSize;
            public IntPtr hwndParent;
            [MarshalAs(UnmanagedType.LPWStr)] public string pszMessageText;
            [MarshalAs(UnmanagedType.LPWStr)] public string pszCaptionText;
            public IntPtr hbmBanner;
  }

VB .NET Signature:

Declare Function CREDUI_INFO Lib "credui.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation
CREDUI_INFO on MSDN