Searched refs:g_localizedResources (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardApp.cpp36 static HINSTANCE g_localizedResources = NULL; variable
49 return g_localizedResources;
111 g_localizedResources = LoadLibrary( resource );
112 translate_errno( g_localizedResources, GetLastError(), kUnknownErr );
115 AfxSetResourceHandle( g_localizedResources );
164 if ( g_localizedResources )
166 FreeLibrary( g_localizedResources );
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DControlPanelExe.cpp42 static HINSTANCE g_localizedResources = NULL; variable
53 return g_localizedResources;
283 g_localizedResources = LoadLibrary( resource );
284 translate_errno( g_localizedResources, GetLastError(), kUnknownErr );
287 AfxSetResourceHandle( g_localizedResources );
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerPlugin.cpp67 static HINSTANCE g_localizedResources = NULL; variable
78 return g_localizedResources;
160 g_localizedResources = LoadLibrary( resource );
161 translate_errno( g_localizedResources, GetLastError(), kUnknownErr );
164 AfxSetResourceHandle( g_localizedResources );

Completed in 171 milliseconds