| Description |
| Get an array of names on the items in a list component. The labels are the identifiers for the items in a list that are displayed on the dialog. |
| Synopsis |
| #include <ProUIList.h> |
| ProError | ProUIListLabelsGet | ( |
| char* dialog | |
| /*
(In) |
| The name of the dialog that contains the list |
| */ |
| char* component | |
| /*
(In) |
| The name of the list component |
| */ |
| int* count | |
| /*
(Out) |
| number of items in returned array |
| */ |
| wchar_t*** values | |
| /*
(Out) |
| Array of internal names allocated by the function. Use ProWstringarrayFree to release this. |
| */ |
| ) |
| Returns |
|
|