Desktop Functions: Smart Device Functions:
|
Search Results for "NetUserGetInfo" in [All]userenvServices 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. Structures2: USER_INFO
3: USER_INFO_0
4: USER_INFO_1
5: USER_INFO_2
6: USER_INFO_3
7: USE_INFO_23
/// USER_INFO_23 Struct for NetUserSetInfo/NetUserGetInfo Structrue for NetUserSetInfo & NetUserGetInfo 8: USE_INFO_23
/// USER_INFO_23 Struct for NetUserSetInfo/NetUserGetInfo Structrue for NetUserSetInfo & NetUserGetInfo 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) 10: USER_INFO_23
/// USER_INFO_23 Struct for NetUserSetInfo/NetUserGetInfo Used with NetUserSetInfo & NetUserGetInfo |