Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The server stub provides surrogate entry points on the server for each of the operations defined in the input IDL file.
When a server stub routine is invoked by the RPC run-time library, it performs the following functions:
The MIDL compiler switches /server, /sstub, and /out affect the server stub file.
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayDocumentation
Files Generated for an RPC Interface - Win32 apps
The MIDL compiler generates the C-language stub and header files necessary to create the interface between the client application and the server application.
The client stub module provides surrogate entry points on the client for each of the operations defined in the input IDL file.
The header file contains definitions of all data types and operations declared in the IDL file, as well as all data types and operations declared in the files included with the \ include directive.