Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Does any body know how the 'NdrClientCall2(...)'(is the function in RPCRT4.dll) function can be called in code or how it can be used.

We gone through the MSDN help -
http://msdn.microsoft.com/en-us/library/aa374215(VS.85).aspx, but didnt get any examples/samples how to use this function.

Please provide help.
Thank you.
Posted

1 solution

I guess you don't understand how C++ works.

From the MSDN:

Minimum supported client Windows 2000 Professional
Minimum supported server Windows 2000 Server
Header Rpcndr.h (include Rpc.h)
Library RpcRT4.lib
DLL RpcRT4.dll


So, you need Windows 2000 or later. You need to include rpc.h. You need to link to rpcRT4.lib. You need to make sure your users have RpcRT4.dll.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900