Home
last modified time | relevance | path

Searched refs:ghDll (Results 1 – 4 of 4) sorted by relevance

/dports/devel/p5-PCSC-Card/pcsc-perl-1.4.14/
H A DPCSC.xs343 if (ghDll) {
348 ghDll = LOAD_LIB();
349 if (ghDll == NULL) {
355 hReconnect = (TSCardReconnect) GET_FCT (ghDll, "SCardReconnect");
359 hTransmit = (TSCardTransmit) GET_FCT (ghDll, "SCardTransmit");
360 hControl = (TSCardControl) GET_FCT (ghDll, "SCardControl");
361 hCancel = (TSCardCancel) GET_FCT (ghDll, "SCardCancel");
364 hConnect = (TSCardConnect) GET_FCT (ghDll, "SCardConnectA");
365 hStatus = (TSCardStatus) GET_FCT (ghDll, "SCardStatusA");
369 hConnect = (TSCardConnect) GET_FCT (ghDll, "SCardConnect");
[all …]
H A DPCSCperl.h183 static DLL_HANDLE ghDll = NULL; variable
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/
H A Dspwinput_win32.c.in76 HINSTANCE ghDll; variable
179 if ((ghDll = LoadLibrary (DllLibrary)) != NULL)
188 GetProcAddress(ghDll, strDLLRetVal)) == NULL)
196 GetProcAddress(ghDll, fnSiBeep)) == NULL)
210 GetProcAddress(ghDll, fnSiTerminate)) == NULL)
238 GetProcAddress(ghDll, fnSiDispatch)) == NULL)
252 GetProcAddress(ghDll, fnSiOpen)) == NULL)
259 GetProcAddress(ghDll, fnSiClose)) == NULL)
280 GetProcAddress(ghDll, fnSiGetEvent)) == NULL)
287 GetProcAddress(ghDll, fnSiRezero)) == NULL)
[all …]
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/common/
H A Dspwinput_win32.c.in76 HINSTANCE ghDll; variable
179 if ((ghDll = LoadLibrary (DllLibrary)) != NULL)
188 GetProcAddress(ghDll, strDLLRetVal)) == NULL)
196 GetProcAddress(ghDll, fnSiBeep)) == NULL)
210 GetProcAddress(ghDll, fnSiTerminate)) == NULL)
238 GetProcAddress(ghDll, fnSiDispatch)) == NULL)
252 GetProcAddress(ghDll, fnSiOpen)) == NULL)
259 GetProcAddress(ghDll, fnSiClose)) == NULL)
280 GetProcAddress(ghDll, fnSiGetEvent)) == NULL)
287 GetProcAddress(ghDll, fnSiRezero)) == NULL)
[all …]