What is the windows equivalent of clnt_call

I am trying to do a remote procedure call in Windows.
I have successfully 'bind-ed' to the server and now I need to execute a 'client call' to the procedure on the server. That is, how do I pass the procedure number and parameters to the server? In Linux this would be 'clnt_call', what is it in windows?
I'm afraid I don't have a definitive answer, but I have a source of doc on the subject:

http://msdn.microsoft.com/en-us/library/windows/desktop/aa378651%28v=vs.85%29.aspx
Topic archived. No new replies allowed.