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

netapi32

.

    private extern static int NetUserGetInfo(

.

    Private Declare Function NetUserGetInfo Lib "Netapi32.dll" ( _

.

                int lngReturn = NetUserGetInfo(MachineName, AccountName, 10, out bufPtr ) ;

.

    Private Declare Function NetUserGetInfo Lib "Netapi32.dll" ( _

.

        Dim lngReturn As Integer = NetUserGetInfo(MachineName, AccountName, 10, bufPtr)

.
Documentation
[NetUserGetInfo] on MSDN
.

    /// USER_INFO_23 Struct for NetUserSetInfo/NetUserGetInfo

.

Used with NetUserSetInfo & NetUserGetInfo

Structures

.
Summary
.
Summary
.
Summary
.
Summary
.
Summary
.

    /// USER_INFO_23 Struct for NetUserSetInfo/NetUserGetInfo

.

Structrue for NetUserSetInfo & NetUserGetInfo

.

    /// USER_INFO_23 Struct for NetUserSetInfo/NetUserGetInfo

.

Structrue for NetUserSetInfo & NetUserGetInfo

.

    /// USER_INFO_23 Struct for NetUserSetInfo/NetUserGetInfo

.

Structrue for NetUserSetInfo & NetUserGetInfo

userenv

.

Services and applications that call LoadUserProfile should check to see if the user has a roaming profile. If the user has a roaming profile, specify its path as the lpProfilePath member of PROFILEINFO. To retrieve the user's roaming profile path, you can call the NetUserGetInfo function, specifying information level 3 or 4.


 
Access PInvoke.net directly from VS: