00001 00011 #ifdef __cplusplus 00012 extern "C" { 00013 #endif 00014 00021 void SCAService(wchar_t *serviceName, int *compCode, int *reason); 00022 00029 void SCAOperation(wchar_t *operationName, int *compCode, int *reason); 00030 00045 void SCAMessageIn(wchar_t *serviceName, 00046 wchar_t *operationName, 00047 int *bufferLen, 00048 void *buffer, 00049 int *compCode, 00050 int *reason); 00051 00061 void SCAMessageOut(wchar_t *serviceName, 00062 wchar_t *operationName, 00063 int *bufferLen, 00064 void *buffer, 00065 int *compCode, 00066 int *reason); 00067 00068 #ifdef __cplusplus 00069 } 00070 #endif