/no_default_epv

midl /no_default_epv

Example

midl /no_default_epv filename.idl

 

Remarks

The /no_default_epv switch directs the MIDL compiler not to generate a default entry-point vector (epv). In this case, the application must register an epv with the RpcServerRegisterIf call. Compare this switch with the /use_epv switch described earlier in this chapter.

See Also

General MIDL Command-line Syntax, IDL, /use_epv, RpcServerRegisterIf