Lines Matching refs:OutputDebugStringFormat

78 inline void OutputDebugStringFormat( LPCSTR pFormat, ... )  in OutputDebugStringFormat()  function
88 static inline void OutputDebugStringFormat( LPCSTR, ... ) in OutputDebugStringFormat() function
109 OutputDebugStringFormat( "Found value [%s] for key [%s].\n", szBuffer, lpSubKey ); in CheckExtensionInRegistry()
129 OutputDebugStringFormat( " Checking OpenWithList of [%s].\n", lpSubKey ); in CheckExtensionInRegistry()
141OutputDebugStringFormat( " Found value [%s] in OpenWithList of [%s].\n", szBuffer, lpSubKey ); in CheckExtensionInRegistry()
153 OutputDebugStringFormat( " No OpenWithList found!\n" ); in CheckExtensionInRegistry()
192 OutputDebugStringFormat( "deleted key [%s] from registry.\n", lpKey ); in DeleteSubKeyTree()
194 OutputDebugStringFormat( "RegDeleteKeyA %s returned %ld.\n", lpKey, rc ); in DeleteSubKeyTree()
201 OutputDebugStringFormat( "RegDeleteKeyA %s returned %ld.\n", lpSubKey, rc ); in DeleteSubKeyTree()
209 OutputDebugStringFormat( "RegOpenKeyExA %s returned %ld.\n", lpKey, rc ); in DeleteSubKeyTree()
254OutputDebugStringFormat( "Could not open key %s for deleting: RegOpenKeyEx returned %ld.\n", lpSub… in RemoveExtensionInRegistry()
301 OutputDebugStringFormat( "Set MSI property %s.\n", sPropName ); in registerForExtension()
304 OutputDebugStringFormat( "Unset MSI property %s.\n", sPropName ); in registerForExtension()
332 OutputDebugStringFormat( "Found registration for [%s].\n", g_Extensions[nIndex] ); in checkSomeExtensionInRegistry()
355 OutputDebugStringFormat( "LookForRegisteredExtensions: " ); in LookForRegisteredExtensions()
369OutputDebugStringFormat( "LookForRegisteredExtensions: Install state Writer is [%d], will be [%d]"… in LookForRegisteredExtensions()
371 OutputDebugStringFormat( "LookForRegisteredExtensions: Writer is enabled" ); in LookForRegisteredExtensions()
373 OutputDebugStringFormat( "LookForRegisteredExtensions: Writer is NOT enabled" ); in LookForRegisteredExtensions()
379OutputDebugStringFormat( "LookForRegisteredExtensions: Install state Calc is [%d], will be [%d]", … in LookForRegisteredExtensions()
381 OutputDebugStringFormat( "LookForRegisteredExtensions: Calc is enabled" ); in LookForRegisteredExtensions()
383 OutputDebugStringFormat( "LookForRegisteredExtensions: Calc is NOT enabled" ); in LookForRegisteredExtensions()
389OutputDebugStringFormat( "LookForRegisteredExtensions: Install state Impress is [%d], will be [%d]… in LookForRegisteredExtensions()
391 OutputDebugStringFormat( "LookForRegisteredExtensions: Impress is enabled" ); in LookForRegisteredExtensions()
393 OutputDebugStringFormat( "LookForRegisteredExtensions: Impress is NOT enabled" ); in LookForRegisteredExtensions()
415OutputDebugStringFormat( "LookForRegisteredExtensions: Register for Microsoft Word" ); in LookForRegisteredExtensions()
420OutputDebugStringFormat( "LookForRegisteredExtensions: Register for Microsoft Excel" ); in LookForRegisteredExtensions()
425OutputDebugStringFormat( "LookForRegisteredExtensions: Register for Microsoft PowerPoint" ); in LookForRegisteredExtensions()
438 OutputDebugStringFormat( "RegisterSomeExtensions: " ); in RegisterSomeExtensions()
444 OutputDebugStringFormat( "RegisterSomeExtensions: Register for Microsoft Word" ); in RegisterSomeExtensions()
456 OutputDebugStringFormat( "RegisterSomeExtensions: Register for Microsoft Excel" ); in RegisterSomeExtensions()
468 OutputDebugStringFormat( "RegisterSomeExtensions: Register for Microsoft PowerPoint" ); in RegisterSomeExtensions()
484 OutputDebugStringFormat( "FindRegisteredExtensions: FILETYPEDIALOGUSED!" ); in FindRegisteredExtensions()
488 OutputDebugStringFormat( "FindRegisteredExtensions:" ); in FindRegisteredExtensions()
494 OutputDebugStringFormat( "FindRegisteredExtensions: Register none!" ); in FindRegisteredExtensions()
498 OutputDebugStringFormat( "FindRegisteredExtensions: Force all on" ); in FindRegisteredExtensions()
500 OutputDebugStringFormat( "FindRegisteredExtensions: " ); in FindRegisteredExtensions()
519 OutputDebugStringFormat( "DeleteRegisteredExtensions\n" ); in DeleteRegisteredExtensions()