VMS Help  —  LD  Driver functions, Get suspend list
 	This function retrieves the list of suspended watchpoints:

 	Function:	IO$_LD_CONTROL

 	P1 = address of suspend_list structures
 	P2 = size in bytes of suspend_list buffer
 	P6 = Subfunction: LDIO$K_GET_SUSPEND_LIST

 	This function reads the number of suspended watchpoints:

 	Function:	IO$_LD_CONTROL

 	P6 = Subfunction: LDIO$K_GET_SUSPEND_LIST | LDIO$M_INQUIRE

 	IOSB word 0 = status
 	     word 1 = number of bytes written
 	     longword 1 = current number of suspended watchpoints

 	Errors returned:

 	SS$_INSFMEM	Not enough memory to allocate temporary buffer
 	SS$_ACCVIO	Buffer can not be written
 	SS$_DATALOST	No active watchpoints
 	SS$_IVBUFLEN	Output buffer too small
 	SS$_NORMAL	Successful completion
Close Help