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 Pssword;
}

VB Definition:

TODO

User-Defined Field Types:

None.

Notes:

None.

Documentation