$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Interprocess] Different shared memory locations in Windows
From: Aaron Wright (Aaron_Wright_at_[hidden])
Date: 2012-09-13 20:14:57
<Aaron_Wright <at> selinc.com> writes:
> I'm not sure what the correct answer here is, but I have some ideas:
>
-- There is a SHGetFolderPath() function that can return the known folder
paths. You could give ask it for CSIDL_COMMON_APPDATA to get a common
application data folder. Similar to what was happening with the registry key,
but I think an API call is a little nicer and maybe safer.