mpiIdnFieldGet

Declaration
long mpiIdnFieldGet(MPIIdn      idn,
                    MPIIdnField field,
                    void        *value)
Required Header stdmpi.h
Description

IdnFieldGet gets the value of an IDN (or all fields) from the drive. The pointer "value" must point to enough memory to hold the value of the requested field. See MPIIdnElement for the type of each field.

Return Values
MPIMessageOK if successful
See Also MPIIdnElement | mpiIdnFieldSet | MPIIdnField