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