Ejemplo n.º 1
0
 private void GetPropertyInformation()
 {
     try
     {
         IPropertyStore propstore;
         Marshal.ThrowExceptionForHR(_RealDevice.OpenPropertyStore(EStgmAccess.STGM_READ, out propstore));
         _PropertyStore = new PropertyStore(propstore);
     }
     catch
     {
         _PropertyStore = null;
     }
 }
Ejemplo n.º 2
0
 private void GetPropertyInformation()
 {
     try
     {
         IPropertyStore propstore;
         Marshal.ThrowExceptionForHR(_RealDevice.OpenPropertyStore(EStgmAccess.STGM_READ, out propstore));
         _PropertyStore = new PropertyStore(propstore);
     }
     catch
     {
         _PropertyStore = null;
     }
 }