{
    "mode": "man",
    "parameter": "dmmp_path_group_array_get",
    "section": "3",
    "url": "https://www.chedong.com/phpMan.php/man/dmmp_path_group_array_get/3/json",
    "generated": "2026-06-02T12:15:31Z",
    "synopsis": "void   dmmppathgrouparrayget   (struct   dmmpmpath   *dmmpmp,   struct  dmmppathgroup\n*dmmppgs, uint32t *dmmppgcount);",
    "sections": {
        "NAME": {
            "content": "dmmppathgrouparrayget - Retrieve path groups pointer array.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "void   dmmppathgrouparrayget   (struct   dmmpmpath   *dmmpmp,   struct  dmmppathgroup\n*dmmppgs, uint32t *dmmppgcount);\n",
            "subsections": []
        },
        "ARGUMENTS": {
            "content": "dmmpmp     Pointer of 'struct dmmpmpath'.  If this pointer is NULL, your  program  will  be\nterminated by assert.\n\ndmmppgs    Output  pointer  of  'struct  dmmppathgroup' pointer array.  If this pointer is\nNULL, your program will be terminated by assert.\n\ndmmppgcount\nOutput pointer of uint32t. Hold the size of 'dmmppgs' pointer array.   If  this\npointer is NULL, your program will be terminated by assert.\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Retrieve the path groups of certain mpath.\n\nThe  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                            dmmppathgrouparrayget         dmmppathgrouparrayget(3)",
            "subsections": []
        }
    },
    "summary": "dmmppathgrouparrayget - Retrieve path groups pointer array.",
    "flags": [],
    "examples": [],
    "see_also": []
}