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