+

Search Tips | Advanced Search

MQZEP - Add component entry point

A service component starts this function, during initialization, to add an entry point to the entry point vector for that service component.


Syntax

MQZEP ( Hconfig , Function , EntryPoint , CompCode , Reason )


Parameters


C invocation

MQZEP (Hconfig, Function, EntryPoint, &CompCode, &Reason);

Declare the parameters as follows:

MQHCONFIG  Hconfig;     /* Configuration handle */
MQLONG     Function;    /* Function identifier */
PMQFUNC    EntryPoint;  /* Function entry point */
MQLONG     CompCode;    /* Completion code */
MQLONG     Reason;      /* Reason code qualifying CompCode */