Finally I can acces to the smart card readers (PC/SC) with Labview, this is the first part where I can establish the context and realease it, and I can get the first name of my list of PC/SC readers that I have connected to my computer.
I was wearing the "Call Library Function" for winscard.dll
For Establish the context you need :
function name : SCardEstablishContext
Calling conventions : stdcall (WINAPI)
function prototype : long SCardEstablishContext(long SCARD_SCOPE_USER, long NULL1, long NULL2, unsigned long *hContextHandle);
function name : SCardReleaseContext
Calling conventions : stdcall (WINAPI)
function prototype : void SCardReleaseContext(unsigned long hContextHandle);