Home
last modified time | relevance | path

Searched refs:hDLL (Results 1 - 2 of 2) sorted by relevance

/third_party/lame/Dll/
H A DExample.cpp40 HINSTANCE hDLL; member
49 hDLL =NULL; in Resources()
70 if (hDLL) FreeLibrary(hDLL); in ~Resources()
108 r.hDLL = LoadLibrary("lame_enc.dll"); in main()
110 if ( NULL == r.hDLL ) in main()
112 r.hDLL = LoadLibrary("..\\..\\output\\lame_enc.dll"); in main()
115 if( NULL == r.hDLL ) in main()
122 beInitStream = (BEINITSTREAM) GetProcAddress(r.hDLL, TEXT_BEINITSTREAM); in main()
123 beEncodeChunk = (BEENCODECHUNK) GetProcAddress(r.hDLL, TEXT_BEENCODECHUN in main()
[all...]
/third_party/python/Python/
H A Ddynload_win.c240 HINSTANCE hDLL = NULL; local
251 hDLL = LoadLibraryExW(wpathname, NULL, local
262 if (hDLL==NULL){
325 import_python = GetPythonImport(hDLL);
334 FreeLibrary(hDLL);
340 p = GetProcAddress(hDLL, funcname);

Completed in 2 milliseconds