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 "UserID" in [All]

mpr

.

        UInt32 result = MprAdminUserGetInfo(serverName, userId, 1, ref rasUser);

.

        errorDescription = "MgtLib, getDialin: Exception with userId=<" + userId + ">: " + ex.Message;

.

        UInt32 result = MprAdminUserGetInfo(serverName, userId, 1, ref rasUser);

.

        result = MprAdminUserSetInfo(serverName, userId, 1, ref rasUser);

.

        errorDescription = "MgtLib, setDialin: Exception with userId=<" + userId + "> and enable=<" + dialInEnabled.ToString() + ">: " + ex.Message;

.

    string      lpUserID,

advapi32

.
Summary
Starts a new process, opens an application in that process, and uses a passed UserID and Password. The application opened is running under the credentials and authority of the UserID passed.
.

static extern TODO UserID(TODO);

.

Declare Function UserID Lib "advapi32.dll" (TODO) As TODO

.
Documentation
[UserID] on MSDN

Constants

.

        public const int COMADMIN_E_INVALIDUSERIDS = (int)(0x80110410 - 0x100000000);

userenv

.

    $userSamAccountName = "UserID"

Enums

.

    public const int COMADMIN_E_INVALIDUSERIDS = unchecked((int)0x80110410);

.

    Public Const COMADMIN_E_INVALIDUSERIDS As Integer = CInt(&H80110410UI)


 
Access PInvoke.net directly from VS: