示例#1
0
 public unsafe static extern SCardError SCardEstablishContext(SCardScope dwScope, void *pvReserved1, void *pvReserved2, SCardContext *phContext);
示例#2
0
 unsafe SCardError IPcscProvider.SCardEstablishContext(SCardScope dwScope, void *pvReserved1, void *pvReserved2, SCardContext *phContext)
 {
     return(SCardEstablishContext(dwScope, pvReserved1, pvReserved2, phContext));
 }