Lines Matching refs:OutputDebugStringFormat

74 inline void OutputDebugStringFormat( const wchar_t* pFormat, ... )  in OutputDebugStringFormat()  function
84 static inline void OutputDebugStringFormat( const wchar_t*, ... ) in OutputDebugStringFormat() function
97 OutputDebugStringFormat(L"WriteRegistry - current_state: INSTALLSTATE_ABSENT"); in WriteRegistry()
99 OutputDebugStringFormat(L"WriteRegistry - current_state: INSTALLSTATE_DEFAULT"); in WriteRegistry()
101 OutputDebugStringFormat(L"WriteRegistry - current_state: INSTALLSTATE_LOCAL"); in WriteRegistry()
103 OutputDebugStringFormat(L"WriteRegistry - current_state: INSTALLSTATE_REMOVED"); in WriteRegistry()
105 OutputDebugStringFormat(L"WriteRegistry - current_state: INSTALLSTATE_SOURCE"); in WriteRegistry()
107 OutputDebugStringFormat(L"WriteRegistry - current_state: INSTALLSTATE_UNKNOWN"); in WriteRegistry()
110 OutputDebugStringFormat(L"WriteRegistry - comp_state: INSTALLSTATE_ABSENT"); in WriteRegistry()
112 OutputDebugStringFormat(L"WriteRegistry - comp_state: INSTALLSTATE_DEFAULT"); in WriteRegistry()
114 OutputDebugStringFormat(L"WriteRegistry - comp_state: INSTALLSTATE_LOCAL"); in WriteRegistry()
116 OutputDebugStringFormat(L"WriteRegistry - comp_state: INSTALLSTATE_REMOVED"); in WriteRegistry()
118 OutputDebugStringFormat(L"WriteRegistry - comp_state: INSTALLSTATE_SOURCE"); in WriteRegistry()
120 OutputDebugStringFormat(L"WriteRegistry - comp_state: INSTALLSTATE_UNKNOWN"); in WriteRegistry()
131 OutputDebugStringFormat(L"WriteRegistry - Remove\n" ); in WriteRegistry()
134 OutputDebugStringFormat(L"WriteRegistry - To be removed\n" ); in WriteRegistry()
140 if (ERROR_INVALID_HANDLE == ret) OutputDebugStringFormat(L"WriteRegistry - Invalid handle"); in WriteRegistry()
141 if (ERROR_UNKNOWN_FEATURE == ret) OutputDebugStringFormat(L"WriteRegistry - Unknown feature"); in WriteRegistry()
162 OutputDebugStringFormat(L"GetMsiProp - START\n" ); in GetMsiProp()
173 OutputDebugStringFormat(L"GetMsiProp - Value" ); in GetMsiProp()
174 OutputDebugStringFormat( buff ); in GetMsiProp()
180 OutputDebugStringFormat(L"GetMsiProp - ERROR_INVALID_HANDLE" ); in GetMsiProp()
183 OutputDebugStringFormat(L"GetMsiProp - ERROR_INVALID_PARAMETER" ); in GetMsiProp()
186 OutputDebugStringFormat(L"GetMsiProp - ERROR_SUCCESS" ); in GetMsiProp()
190 OutputDebugStringFormat(L"GetMsiProp - ENDE\n" ); in GetMsiProp()
196 OutputDebugStringFormat(L"IsInstallForAllUsers - START\n" ); in IsInstallForAllUsers()
205 OutputDebugStringFormat(L"IsInstallForAllUsers - ENDE\n" ); in IsInstallForAllUsers()
211 OutputDebugStringFormat(L"GetBasisInstallLocation - START\n" ); in GetBasisInstallLocation()
216 OutputDebugStringFormat(L"GetBasisInstallLocation - ENDE\n" ); in GetBasisInstallLocation()
224 OutputDebugStringFormat(L"QueryReg64Table - START\n" ); in QueryReg64Table()
228 OutputDebugStringFormat( szSelect ); in QueryReg64Table()
234OutputDebugStringFormat(L"QueryReg64Table - MsiDatabaseOpenView - FAILED - ERROR_BAD_QUERY_SYNTAX\… in QueryReg64Table()
236OutputDebugStringFormat(L"QueryReg64Table - MsiDatabaseOpenView - FAILED - ERROR_INVALID_HANDLE\n"… in QueryReg64Table()
242 OutputDebugStringFormat(L"QueryReg64Table - MsiViewExecute - FAILED\n" ); in QueryReg64Table()
246 OutputDebugStringFormat(L"QueryReg64Table - ENDE\n" ); in QueryReg64Table()
276 OutputDebugStringFormat(L"SetRegistryKey - Created\n" ); in SetRegistryKey()
282 OutputDebugStringFormat(L"SetRegistryKey - FAILED\n" ); in SetRegistryKey()
291 OutputDebugStringFormat(L"DoRegEntries - START\n" ); in DoRegEntries()
358 OutputDebugStringFormat(L"****** DoRegEntries *******" ); in DoRegEntries()
359 OutputDebugStringFormat(L"Root:" ); in DoRegEntries()
367 OutputDebugStringFormat(L"HKEY_LOCAL_MACHINE" ); in DoRegEntries()
372 OutputDebugStringFormat(L"HKEY_CURRENT_USER" ); in DoRegEntries()
377 OutputDebugStringFormat(L"HKEY_CLASSES_ROOT" ); in DoRegEntries()
381 OutputDebugStringFormat(L"HKEY_CURRENT_USER" ); in DoRegEntries()
385 OutputDebugStringFormat(L"HKEY_LOCAL_MACHINE" ); in DoRegEntries()
389 OutputDebugStringFormat(L"HKEY_USERS" ); in DoRegEntries()
392 OutputDebugStringFormat(L"Unknown Root!" ); in DoRegEntries()
396 OutputDebugStringFormat(L"Key:"); in DoRegEntries()
397 OutputDebugStringFormat( szKey ); in DoRegEntries()
398 OutputDebugStringFormat(L"Name:"); in DoRegEntries()
399 OutputDebugStringFormat( szName ); in DoRegEntries()
400 OutputDebugStringFormat(L"Value:"); in DoRegEntries()
401 OutputDebugStringFormat( szValue); in DoRegEntries()
402 OutputDebugStringFormat(L"Component:"); in DoRegEntries()
403 OutputDebugStringFormat( szComponent ); in DoRegEntries()
404 OutputDebugStringFormat(L"*******************" ); in DoRegEntries()
411 OutputDebugStringFormat(L"DoRegEntries - Write\n" ); in DoRegEntries()
416 OutputDebugStringFormat(L"DoRegEntries - PreRemove\n" ); in DoRegEntries()
419 OutputDebugStringFormat(L"DoRegEntries - Remove\n" ); in DoRegEntries()
429 OutputDebugStringFormat(L"DoRegEntries - ENDE\n" ); in DoRegEntries()
442 OutputDebugStringFormat(L"BASISINSTALLLOCATION is NULL\n" ); in Reg64()
450 OutputDebugStringFormat(L"Do something\n" ); in Reg64()
452 OutputDebugStringFormat(L"Something done\n" ); in Reg64()
463 OutputDebugStringFormat(L"InstallReg64\n" ); in InstallReg64()
470 OutputDebugStringFormat(L"DeinstallReg64\n" ); in DeinstallReg64()