Home | History | Annotate | Download | only in Common

Lines Matching refs:prop

51 UString ConvertPropertyToString(const PROPVARIANT &prop, PROPID propID, bool full)

59 if (prop.vt != VT_FILETIME)
62 if ((prop.filetime.dwHighDateTime == 0 &&
63 prop.filetime.dwLowDateTime == 0) ||
64 !::FileTimeToLocalFileTime(&prop.filetime, &localFileTime))
70 if (prop.vt != VT_UI4)
73 ConvertUInt32ToHex(prop.ulVal, temp);
78 if (prop.vt != VT_UI4)
80 UInt32 a = prop.ulVal;
91 if (prop.vt != VT_UI4)
94 UInt32 a = prop.ulVal;
119 return ConvertPropVariantToString(prop);