INtime SDK Help
VerifyAddress
INtime Help

VerifyAddress

This handler is invoked when ConnectRtPort is called. Implementation is optional, and it need not be implemented for proper operation of ConnectRtPort. If it is implemented, it must return a status of E_OK in parameter pExcep for the port to be connected, else the status code is returned to the caller. It is primarily intended for use by the service to validate the address parameter passed to the call.

If implementation is not required, the pVerifyAddress field of the SERVICEDESC structure should be set to NULL.

void VerifyAddress(
    LPSERVICEDESC pService,
    RTHANDLE hPort,
    LPGENADDR pGenAddress,
    LPWORD pExcep
);

Return Values

Return status code in pExcep.

See Also

RT Service handlers, ConnectRtPort, SERVICEDESC