Searched defs:pftValue (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | suminfo.c | 647 FILETIME *pftValue, awstring *str, DWORD *pcchValueBuf) in get_prop() 743 FILETIME *pftValue, char *szValueBuf, DWORD *pcchValueBuf ) in MsiSummaryInfoGetPropertyA() 794 FILETIME *pftValue, WCHAR *szValueBuf, DWORD *pcchValueBuf ) in MsiSummaryInfoGetPropertyW() 843 INT iValue, FILETIME *pftValue, awcstring *str ) in set_prop() 896 …nfo_set_prop( MSISUMMARYINFO *si, UINT uiProperty, UINT uiDataType, INT iValue, FILETIME *pftValue, in suminfo_set_prop() 913 FILETIME *pftValue, const WCHAR *szValue ) in MsiSummaryInfoSetPropertyW() 943 FILETIME *pftValue, const char *szValue ) in MsiSummaryInfoSetPropertyA()
|
/reactos/modules/rostests/winetests/msi/ |
H A D | automation.c | 176 FILETIME *pftValue; member 183 #define ADD_INFO_FILETIME(property, pftValue) {property, VT_FILETIME, 0, pftValue, NULL} argument
|