utilGetMemberInfo
This method returns a piece of ISPF-maintained metadata available for the given PDS member, including the types listed in the “utilGetAllMemberInfo" method.
int utilGetMemberInfo(char pds[44], char member[8], char* info, int ukey)
Variable | Function | Description |
---|---|---|
char pds[44] | Input | The PDS which contains the member. |
char member[8] | Input | The member name. |
char* info | Output | A buffer large enough to contain the info. U_ISPF_MI_SIZE[ukey] will
tell the size needed for a given key. It will not be NULL terminated,
but the space should be filled to the size specified in U_ISPF_MI_SIZE . |
int ukey | Input | Key for information wanted. See RAM Utilities Module header file for a complete list of keys. |