prothandler.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00017 #ifndef __prothandler_h__
00018 #define __prothandler_h__
00019
00020 #ifdef __cplusplus
00021 extern "C"
00022 {
00023 #endif
00024
00025 UCHAR PHGetDefaultProtocol(PUCHAR, DWORD);
00026 UCHAR PHGetAvailableProtocols(PUCHAR, DWORD);
00027 DWORD PHSetProtocol(struct ReaderContext *, DWORD, UCHAR, UCHAR);
00028
00029 #define SET_PROTOCOL_WRONG_ARGUMENT -1
00030 #define SET_PROTOCOL_PPS_FAILED -2
00031
00032 #ifdef __cplusplus
00033 }
00034 #endif
00035
00036 #endif