{
    "mode": "man",
    "parameter": "dmmp_path_array_get",
    "section": "3",
    "url": "https://www.chedong.com/phpMan.php/man/dmmp_path_array_get/3/json",
    "generated": "2026-06-14T13:00:35Z",
    "synopsis": "void  dmmppatharrayget  (struct  dmmppathgroup  *dmmppg,  struct  dmmppath *dmmpps,\nuint32t *dmmppcount);",
    "sections": {
        "NAME": {
            "content": "dmmppatharrayget - Retrieve path pointer array.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "void  dmmppatharrayget  (struct  dmmppathgroup  *dmmppg,  struct  dmmppath *dmmpps,\nuint32t *dmmppcount);\n",
            "subsections": []
        },
        "ARGUMENTS": {
            "content": "dmmppg     Pointer of 'struct dmmppathgroup'.  If this pointer is NULL, your program  will\nbe terminated by assert.\n\ndmmpps     Output  pointer  of  'struct  dmmppath' pointer array.  If this pointer is NULL,\nyour program will be terminated by assert.\n\ndmmppcount\nOutput pointer of uint32t. Hold the size of 'dmmpps' pointer  array.   If  this\npointer is NULL, your program will be terminated by assert.\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "The  memory of output pointer array is hold by 'struct dmmpmpath', no need to free this mem‐\nory, the resources will got freed when dmmpmpatharrayfree.\n",
            "subsections": []
        },
        "RETURN": {
            "content": "void\n\n\n\nMarch 2018                               dmmppatharrayget                  dmmppatharrayget(3)",
            "subsections": []
        }
    },
    "summary": "dmmppatharrayget - Retrieve path pointer array.",
    "flags": [],
    "examples": [],
    "see_also": []
}