mpiControlMemoryCount

Declaration
long mpiControlMemoryCount(MPIControl            control,
                           MPIControlMemoryType  type,
                           long                  *count) 
Required Header control.h
Description

ControlMemoryCount writes the number of bytes of firmware memory [on a Control object (control, of type type) that are available to be allocated] to the location pointed to by count.

Return Values
MPIMessageOK if ControlMemoryCount successfully writes the number of bytes of firmware memory (that are available to be allocated) to count.
See Also