Desktop Functions: Smart Device Functions:
|
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) 2: USER_INFO_23
/// USER_INFO_23 Struct for NetUserSetInfo/NetUserGetInfo Used with NetUserSetInfo & NetUserGetInfo Structures3: USER_INFO
4: USER_INFO_0
5: USER_INFO_1
6: USER_INFO_2
7: USER_INFO_3
8: USE_INFO_2
/// USER_INFO_23 Struct for NetUserSetInfo/NetUserGetInfo Structrue for NetUserSetInfo & NetUserGetInfo 9: USE_INFO_23
/// USER_INFO_23 Struct for NetUserSetInfo/NetUserGetInfo Structrue for NetUserSetInfo & NetUserGetInfo 10: USE_INFO_23
/// USER_INFO_23 Struct for NetUserSetInfo/NetUserGetInfo Structrue for NetUserSetInfo & NetUserGetInfo userenv11: LoadUserProfile 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. |