From: JRB on
I'm running a program on a workstation logged into a domain, and
adding a share to a path on the domain controller. The share seems to
be added correctly but neither explorer on the workstation nor
explorer on the server then show the folder icon indicating it is
shared. However, the right click option "Sharing and security" show it
as shared. What do I need to do to ensure the icon changes in explorer
on both machines? Some research suggests SHChangeNotify should be
used, but that appears to accept only a path in the format c:\users
\fred whereas I'm working with a path in UNC format and there may not
be a suitably mapped drive on the workstation. Further, as I
understand it, it would only update the local shell.

TIA, John