◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINSHELLDATA typedef struct _PRFPROFILE { /* prfpro */ ULONG cchUserName; PSZ pszUserName; ULONG cchSysName; PSZ pszSysName; } PRFPROFILE; The PRFPROFILE structure specifies the names of files that contain profile information. Field Description ──────────────────────────────────────────────────────────────────────────── cchUserName Specifies the number of characters in the string pointed to by the pszUserName field. pszUserName Points to the null-terminated string that contains the name of the file used to store user-profile information. cchSysName Specifies the number of characters in the string pointed to by the pszSysName field. pszSysName Points to the null-terminated string that contains the name of the file used to store system-profile information. See Also PrfQueryProfile, PrfReset ♦