Beispiel #1
0
 internal static extern int PropVariantClear(ref PropertyVariant pvar);
 internal PropertyStoreProperty(PropertyKey key, PropertyVariant value)
 {
     propertyKey   = key;
     propertyValue = value;
 }