Extracts the specified item from the container.
PRL_RESULT PrlOpTypeList_GetItem( PRL_HANDLE hOpTypeList, PRL_UINT32 nItemIndex, PRL_VOID_PTR pnItem );
PrlApiCore.h
PRL_RESULT. Possible values are:
PRL_ERR_INVALID_ARG - invalid handle or null pointer or out of range index was passed.
PRL_ERR_SUCCESS - function completed successfully.