Determining if the Account Home Folder is the Default Root Folder (GetHomeDirIsRoot)

Use the ICIClientSettings interface GetHomeDirIsRoot method to check if a user account home folder is set as the user's default root folder. Refer to User Account General Settings for an illustration of how this and other Client Settings Interface Methods and Properties can be accessed in the Administrator interface.

Signature:

HRESULT GetHomeDirIsRoot(

[out, optional] VARIANT_BOOL *pInherited,

[out, retval] VARIANT_BOOL *pVal);

0 = No

-1 = Yes