Hello,
Did anybody programme RPC (Windows) in assembly language? I want to create distributed application using assembler, but i don't have any info about low level implementation of RPC. Could you help me, plz?
Low-level implementation shouldn't be any different from high-level implementation -- you still need to use the API functions to use RPC.
So, find the information on how to do it 'high-level,' understand its use of the functions, and then use the same functions in the same way from asm :wink