Profile structure.
typedef struct _PRFPROFILE {
ULONG cchUserName; /* Length of user profile name. */
PSZ pszUserName; /* User profile name. */
ULONG cchSysName; /* Length of system profile name. */
PSZ pszSysName; /* System profile name. */
} PRFPROFILE;
typedef PRFPROFILE * PPRFPROFILE ;