msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
PRFPROFILE (1.2)
                                                      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