{
{   The purpose of this request is to fetch a list of offsets for all modified
{   pages for the ACTIVE (shadow) segment.
{
{       MMP$FETCH_OFFSET_MODIFIED_PAGES (SEGMENT_POINTER, OFFSET_LIST,
{                  OFFSETS_RETURNED, STATUS);
{
{ SEGMENT_POINTER: (input) This parameter specifies the PVA for the ACTIVE
{       segment.
{
{ RETURN_UNALLOCATED_OFFSETS: (input) This parameter specifies whether or not the
{       user wants offsets of assigned, but not allocated pages returned.
{
{ OFFSET_LIST: (output) This parameter contains the array of offsets for all
{       modified pages for this segment. If the size of the array is not large
{       enough to hold all the offsets, the offsets_returned value should then
{       be used to re_allocated the array.
{
{ OFFSETS_RETURNED: (output) On return this parameter will hold the not of
{       offsets for modified pages. This value can be used to re-allocate
{       the array if it is not large enough to hold all the offsets.
{
{ STATUS: (output) This parameter specifies the request status returned.
{

