29 APP_BOOL Check_Control_res (
LPST_MSG* ppMsg);
30 APP_BOOL Check_Connect_req (
LPST_MSG* ppMsg, LPST_AREP APP_FAR *lpArep);
31 APP_BOOL Check_Write_req (
LPST_MSG* ppMsg, LPST_AREP APP_FAR *lpArep);
32 APP_BOOL Check_Read_req (
LPST_MSG* ppMsg, LPST_AREP APP_FAR *lpArep);
33 APP_BOOL Check_DControl_req (
LPST_MSG* ppMsg, LPST_AREP APP_FAR *lpArep);
34 APP_BOOL Check_Release_req (
LPST_MSG* ppMsg, LPST_AREP APP_FAR *lpArep);
35 APP_BOOL Check_IO_connnect_req (
LPST_MSG* ppMsg, APP_WORD wNumberOfAPI,APP_LPBYTE lpbyFirtsApiIndex, APP_WORD wIOCRType, APP_LPWORD wNumberOfinputCR, APP_LPDWORD dwLen, LPST_AREP lppArep, LPST_CR lpstCr);
36 APP_BOOL Check_expected_Module_req (
LPST_MSG* ppMsg, APP_WORD wNumberOfAPI,APP_LPBYTE lpbyFirtsApiIndex, LPST_AREP lpstArep, APP_LPDWORD dwLen,APP_LPDWORD lpdwNbExpectedModule);
38 APP_WORD checkIocrAndEC(
LPST_MSG* ppMsg, LPST_AREP lpArep, LPST_IOCR_BLOCK_REQ lpstIOCR);
39 APP_WORD Encode_Rpc_Error(
LPST_MSG pMsg, LPST_RPC_CALL lpRpcCall, LPST_AREP lpstArep);
Definition: message.h:1163