PTMAP_wait_req

This subroutine waits for the Point Management response for a specified request. PTMAP maintains control until the response has been received, then returns control to the application.

Syntax

int PTMAP_wait_req (req_adr, retstat)

PTMAP_ADDR  *req_adr;

COR_STATUS  *retstat;

Input Arguments

req_adr

Identifier used to reference this request.

Output Arguments

Retstat

Pointer to status structure. The following errors may be returned (see Appendix A for an explanation of this code):

 

PTMAP_ADDR_PTR_NULL

 

PTMAP_REQ_ADR_NULL

 

PTMAP_REQ_ADR_NOTF

 

PTMAP_SEQ_NUM_MISMATCH

 

The following warning may be returned:

 

PTMAP_REQ_NOT_OUT

Return Value

The contents of retstat.status.

More information

Point Management API subroutines.