コード例 #1
0
 internal int GetPropertyValue(Guid fmtid, uint propid, out PROPVARIANT propvar)
 {
     IPropertySetStorage propertySetStorage = (IPropertySetStorage)_rootStorage;
     return propertySetStorage.GetPropertyValue(fmtid, propid, out propvar);
 }
コード例 #2
0
 public extern static int PropVariantClear(ref PROPVARIANT pvar);