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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msiquery.h 32 MSICOLINFO_NAMES = 0,MSICOLINFO_TYPES = 1
  /external/python/cpython2/Lib/msilib/
__init__.py 102 count = v.GetColumnInfo(MSICOLINFO_NAMES).GetFieldCount()
  /external/python/cpython2/PC/
_msi.c 1026 PyModule_AddIntConstant(m, "MSICOLINFO_NAMES", MSICOLINFO_NAMES);
  /external/python/cpython3/Lib/msilib/
__init__.py 101 count = v.GetColumnInfo(MSICOLINFO_NAMES).GetFieldCount()
  /external/python/cpython3/PC/
_msi.c 1056 PyModule_AddIntMacro(m, MSICOLINFO_NAMES);

Completed in 87 milliseconds