/no_default_epv switch

The /no_default_epv switch directs the MIDL compiler not to generate a default entry-point vector (epv). The use of this attribute is not recommended.

midl /no_default_epv

Switch Options

This switch has no parameters.

Remarks

In this case, the application must register an epv with the RpcServerRegisterIf call. Compare this switch with the /use_epv switch.

Examples

midl /no_default_epv filename.idl

See also

General MIDL Command-line Syntax

Interface Definition (IDL) File

/use_epv

RpcServerRegisterIf