You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
698 B
40 lines
698 B
;/*++
|
|
;
|
|
; Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
;
|
|
; Module Name:
|
|
;
|
|
; SCardDlg
|
|
;
|
|
; Abstract:
|
|
;
|
|
; This module defines the properties of the DLL.
|
|
;
|
|
; Examples of a DLL's properties include:
|
|
; exports, imports, etc.
|
|
;
|
|
; Author:
|
|
;
|
|
; Chris Dudley 2/27/1997
|
|
;
|
|
; Environment:
|
|
;
|
|
; Win32
|
|
;
|
|
; Revision History:
|
|
;
|
|
;
|
|
;
|
|
;--*/
|
|
|
|
LIBRARY "SCARDDLG"
|
|
|
|
EXPORTS
|
|
; EntryName [=InternalName] [@Ordinal] [NONAME] [CONSTANT]
|
|
GetOpenCardNameA @1
|
|
GetOpenCardNameW @2
|
|
SCardDlgExtendedError @3
|
|
SCardUIDlgSelectCardA @4
|
|
SCardUIDlgSelectCardW @5
|
|
SCardUIDlgGetPINA @6
|
|
SCardUIDlgChangePINA @7
|