C++
BOOL GetPersonalFolderPath( CString& strPersonal );
Description
Gets the full path to the CSIDL_PERSONAL folder. Results are operating-system dependent. Returns true on success and false on failure.
Parameters
Parameters | Description |
---|---|
strPersonal | Full path to the CSIDL_PERSONAL folder |