2025-04-27 07:49:33 -04:00

41 lines
698 B
Modula-2

;/*++
;
; 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