├── KiwiInterface.acf ├── KiwiInterface.idl ├── README.md ├── basic_rpc.sln ├── generic_rpc.c ├── generic_rpc.h ├── ms-bkrp.acf ├── ms-bkrp.idl ├── test_call.c ├── test_call.vcxproj ├── test_call.vcxproj.filters ├── test_serialization.c ├── test_serialization.vcxproj └── test_serialization.vcxproj.filters /KiwiInterface.acf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentilkiwi/basic_rpc/HEAD/KiwiInterface.acf -------------------------------------------------------------------------------- /KiwiInterface.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentilkiwi/basic_rpc/HEAD/KiwiInterface.idl -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentilkiwi/basic_rpc/HEAD/README.md -------------------------------------------------------------------------------- /basic_rpc.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentilkiwi/basic_rpc/HEAD/basic_rpc.sln -------------------------------------------------------------------------------- /generic_rpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentilkiwi/basic_rpc/HEAD/generic_rpc.c -------------------------------------------------------------------------------- /generic_rpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentilkiwi/basic_rpc/HEAD/generic_rpc.h -------------------------------------------------------------------------------- /ms-bkrp.acf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentilkiwi/basic_rpc/HEAD/ms-bkrp.acf -------------------------------------------------------------------------------- /ms-bkrp.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentilkiwi/basic_rpc/HEAD/ms-bkrp.idl -------------------------------------------------------------------------------- /test_call.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentilkiwi/basic_rpc/HEAD/test_call.c -------------------------------------------------------------------------------- /test_call.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentilkiwi/basic_rpc/HEAD/test_call.vcxproj -------------------------------------------------------------------------------- /test_call.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentilkiwi/basic_rpc/HEAD/test_call.vcxproj.filters -------------------------------------------------------------------------------- /test_serialization.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentilkiwi/basic_rpc/HEAD/test_serialization.c -------------------------------------------------------------------------------- /test_serialization.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentilkiwi/basic_rpc/HEAD/test_serialization.vcxproj -------------------------------------------------------------------------------- /test_serialization.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentilkiwi/basic_rpc/HEAD/test_serialization.vcxproj.filters --------------------------------------------------------------------------------