By default, the MIDL compiler uses the procedure names from an interface's IDL file to generate a manager EPV, which the compiler places directly into the server stub. This default EPV is statically initialized using the procedure names declared in the interface definition.
To register a manager using the default EPV, specify NULL as the value of the MgrEpv argument (a null EPV).