Searched refs:g_Extensions (Results 1 – 1 of 1) sorted by relevance
39 static const CHAR* g_Extensions[] = variable296 StringCchCatA( sPropName, 256, (g_Extensions[nIndex])+1 ); in registerForExtension()312 while ( g_Extensions[nIndex] != 0 ) in registerForExtensions()314 BOOL bRegister = bRegisterAll || CheckExtensionInRegistry( g_Extensions[nIndex] ); in registerForExtensions()327 while ( !bFound && ( g_Extensions[nIndex] != 0 ) && ( nIndex < nEnd ) ) in checkSomeExtensionInRegistry()329 bFound = ! CheckExtensionInRegistry( g_Extensions[nIndex] ); in checkSomeExtensionInRegistry()332 OutputDebugStringFormat( "Found registration for [%s].\n", g_Extensions[nIndex] ); in checkSomeExtensionInRegistry()344 while ( ( g_Extensions[nIndex] != 0 ) && ( nIndex < nEnd ) ) in registerSomeExtensions()523 while ( g_Extensions[nIndex] != 0 ) in DeleteRegisteredExtensions()525 RemoveExtensionInRegistry( g_Extensions[nIndex] ); in DeleteRegisteredExtensions()
Completed in 8 milliseconds