OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:put_Data
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtccore.h
[
all
...]
scardssp.h
483
virtual HRESULT WINAPI
put_Data
(LPBYTEBUFFER pData) = 0;
527
HRESULT (WINAPI *
put_Data
)(ISCardCmd *This,LPBYTEBUFFER pData);
573
#define ISCardCmd_put_Data(This,pData) (This)->lpVtbl->
put_Data
(This,pData)
[
all
...]
Completed in 61 milliseconds