Ejemplo n.º 1
0
 internal static extern int PropVariantClear(ref PropertyVariant pvar);
Ejemplo n.º 2
0
 internal PropertyStoreProperty(PropertyKey key, PropertyVariant value)
 {
     propertyKey   = key;
     propertyValue = value;
 }