DsInqMethodId(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DsInqMethodId − Return the method identifier of a named method
SYNOPSIS
C:
DtInt DsInqMethodId(method_name)
DtPtr method_name;
FORTRAN:
INTEGER∗4 DSQMI(METNME, N)
CHARACTER∗N METNME
DESCRIPTION
DsInqMethodId returns the integer identifier of the method with the string name method_name. If method_name is not the name of a method installed in Doré, DsInqMethodId returns the value -1.
FORTRAN SPECIFIC
The METNME parameter is the method name string, which is N characters long.
SEE ALSO
September 02, 1992