private void GetPropertyInformation() { IPropertyStore propstore; Marshal.ThrowExceptionForHR(deviceInterface.OpenPropertyStore(StorageAccessMode.Read, out propstore)); propertyStore = new PropertyStore(propstore); }