Has anyone ever tried to use the SDK to share multiple applications at
(essentially) the same time?  

We get an IEnumNmSharableApp*, then call Next to get the list of
INmSharableApps, on each of which we call SetState( NM_SHAPP_SHARED ).

The problem is that only the first (or maybe last?) application in the list
is shared UNLESS I put a Sleep of 1/4 second (haven't tried to go less yet)
in between calls to SetState.  It also works if I'm stepping through with
the debugger.

We've tried waiting for the StateChanged notification before each successive
call to SetState but that makes no difference.

Thanks for any suggestions,
Michael Fennell

Reply via email to