Function Reference

This section contains an alphabetical list of the functions supported in this version of Microsoft RPC. The documentation for each function includes a statement about the function s purpose, the syntax, a description of the function s input parameters, a description of its values, and additional remarks that can help you use the function in an application.

All pointers passed to RPC functions must include the _ _RPC_FAR attribute. For example, the pointer RPC_BINDING_HANDLE * becomes RPC_BINDING_HANDLE _ _RPC_FAR * and char * * Ptr becomes char _ _RPC_FAR * _ _RPC_FAR * Ptr.