Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
e8e45b34
Commit
e8e45b34
authored
Jan 25, 2012
by
Olli-Pekka Wallin
Committed by
Alexandre Julliard
Jan 27, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winscard: Add new stub methods.
parent
49ebbd02
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
winscard.c
dlls/winscard/winscard.c
+14
-0
winscard.spec
dlls/winscard/winscard.spec
+2
-2
No files found.
dlls/winscard/winscard.c
View file @
e8e45b34
...
@@ -116,6 +116,20 @@ LONG WINAPI SCardReleaseContext(SCARDCONTEXT context)
...
@@ -116,6 +116,20 @@ LONG WINAPI SCardReleaseContext(SCARDCONTEXT context)
return
SCARD_F_INTERNAL_ERROR
;
return
SCARD_F_INTERNAL_ERROR
;
}
}
LONG
WINAPI
SCardStatusA
(
SCARDHANDLE
context
,
LPSTR
szReaderName
,
LPDWORD
pcchReaderLen
,
LPDWORD
pdwState
,
LPDWORD
pdwProtocol
,
LPBYTE
pbAtr
,
LPDWORD
pcbAtrLen
)
{
FIXME
(
"(%lx) stub
\n
"
,
context
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
SCARD_F_INTERNAL_ERROR
;
}
LONG
WINAPI
SCardStatusW
(
SCARDHANDLE
context
,
LPWSTR
szReaderName
,
LPDWORD
pcchReaderLen
,
LPDWORD
pdwState
,
LPDWORD
pdwProtocol
,
LPBYTE
pbAtr
,
LPDWORD
pcbArtLen
)
{
FIXME
(
"(%lx) stub
\n
"
,
context
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
return
SCARD_F_INTERNAL_ERROR
;
}
void
WINAPI
SCardReleaseStartedEvent
(
void
)
void
WINAPI
SCardReleaseStartedEvent
(
void
)
{
{
FIXME
(
"stub
\n
"
);
FIXME
(
"stub
\n
"
);
...
...
dlls/winscard/winscard.spec
View file @
e8e45b34
...
@@ -55,8 +55,8 @@
...
@@ -55,8 +55,8 @@
@ stub SCardSetCardTypeProviderNameA
@ stub SCardSetCardTypeProviderNameA
@ stub SCardSetCardTypeProviderNameW
@ stub SCardSetCardTypeProviderNameW
@ stub SCardState
@ stub SCardState
@ st
ub SCardStatusA
@ st
dcall SCardStatusA (long str long long long ptr long )
@ st
ub SCardStatusW
@ st
dcall SCardStatusW (long wstr long long long ptr long )
@ stub SCardTransmit
@ stub SCardTransmit
@ extern g_rgSCardRawPci
@ extern g_rgSCardRawPci
@ extern g_rgSCardT0Pci
@ extern g_rgSCardT0Pci
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment