Gets information about VIO local identifiers.
#define INCL_VIO #include <os2.h> PULONG lcids; /* Array of local identifiers. */ PSTR8 Names; PULONG Types; PULONG count; /* Number of objects to be queried. */ HVIO hvps; /* VIO presentation-space handle. */ APIRET rc; /* Return code. */ rc = VioQuerySetIds(lcids, Names, Types, count, hvps);