BG_BASIC_CREDENTIALS (Structures)
Last changed: -24.122.116.219

.
Summary
The BG_BASIC_CREDENTIALS structure identifies the user name and password to authenticate. (MSDN)

C# Definition:

[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)]
struct BG_BASIC_CREDENTIALS
{
   public string UserName;
   public string Password;
}

VB Definition:

  <StructLayout(LayoutKind.Sequential, CharSet := CharSet.Auto)>
  Structure BG_BASIC_CREDENTIALS
      Public UserName As String
      Public Password As String
  End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation