Reference Library
LoginAccount Method (loginPacket)
NamespacesMBNCSUtilNLSLoginAccount(BncsPacket)
Adds the account login information (for SID_AUTH_ACCOUNTLOGON) to the specified packet.
Declaration Syntax
C#Visual BasicVisual C++
public int LoginAccount(
	BncsPacket loginPacket
)
Public Function LoginAccount ( _
	loginPacket As BncsPacket _
) As Integer
public:
int LoginAccount(
	BncsPacket^ loginPacket
)
Parameters
loginPacket (BncsPacket)
The packet to which to add the login information.
Return Value
The total number of bytes written to the buffer.
Remarks

This method may be called first after creating the instance, or after the CreateAccount method.

Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the object has not yet been initialized.

Assembly: Asgard5Library (Module: Asgard5Library)