HomeSort by relevance Sort by last modified time
    Searched refs:MsiSummaryInfoGetProperty (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msiquery.h 112 #define MsiSummaryInfoGetProperty __MINGW_NAME_AW(MsiSummaryInfoGetProperty)
  /external/python/cpython2/PC/
_msi.c 542 status = MsiSummaryInfoGetProperty(si->h, field, &type, &ival,
546 status = MsiSummaryInfoGetProperty(si->h, field, &type, &ival,
622 PyDoc_STR("GetProperty(propid) -> value\nWraps MsiSummaryInfoGetProperty")},
  /external/python/cpython3/PC/
_msi.c 555 status = MsiSummaryInfoGetProperty(si->h, field, &type, &ival,
559 status = MsiSummaryInfoGetProperty(si->h, field, &type, &ival,
639 PyDoc_STR("GetProperty(propid) -> value\nWraps MsiSummaryInfoGetProperty")},

Completed in 322 milliseconds