<div dir="ltr">I have some code that correctly handles DBUS signals from the HAL Manger Interface and also a Device Interface to a storage object. I want to prevent other applications from receiving the object signals, but allow my application to see them. I tried using the <b>AcquireInterfaceLock</b> method on the storage device, yet that ends up also blocking the signal in my application. <br>
<br>Is this the expected behaviour when using interface locking? <br>Is there anyway to allow the signals to come through, but block other applications?<br>If not, what is the best way to accomplish event detection, polling?<br>
<br>Thanks for the help.<br>- Casey<br></div>