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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dscardssp.h813 virtual HRESULT WINAPI get_CardHandle(HSCARD *pHandle) = 0;
836 HRESULT (WINAPI *get_CardHandle)(ISCard *This,HSCARD *pHandle); member in struct:ISCardVtbl
861 #define ISCard_get_CardHandle(This,pHandle) (This)->lpVtbl->get_CardHandle(This,pHandle)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dscardssp.h813 virtual HRESULT WINAPI get_CardHandle(HSCARD *pHandle) = 0;
836 HRESULT (WINAPI *get_CardHandle)(ISCard *This,HSCARD *pHandle); member in struct:ISCardVtbl
861 #define ISCard_get_CardHandle(This,pHandle) (This)->lpVtbl->get_CardHandle(This,pHandle)

Completed in 49 milliseconds