TMF Application Programmer's Guide (H06.06+, J06.03+)

TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmers Guide540139-009
5-63
ARGETANSINAME
The defined ANSI name spaces are as follows:
partition-name output
STRING .EXT:ref:1
is the corresponding partition name (in external format). This is a pointer to a buffer
of length partition-name-buffer-length bytes that is allocated by the
calling process. A partition name is returned only when the specified Guardian
name is for an SQL/MX base-table partition or index partition. Otherwise, when
there is no associated partition name, zero is returned in partition-name-
length.
partition-name-buffer-length input
INT(32):value
is the length in bytes of the caller-allocated buffer for the returned partition name.
The maximum length necessary for this buffer is ((128 * 2) + 2) bytes.
partition-name-length output
INT(32) .EXT:ref
is the length in bytes of the returned partition-name string.
sub-system output, optional
INT .EXT:ref:1
is a returned value valid only when return-code equals ARE-INTERNAL-ERROR
(-1000), in which case this value reports the subsystem that returned the error.
Table 5-4 describes the subsystem codes.
ar-error output, optional
INT .EXT:ref:1
is a returned value valid only when return-code equals ARE-INTERNAL-ERROR
(-1000), in which case the value indicates the specific error. Table 5-5
describes
the error codes.
TA = Base Table or View
IX = Index
IL = Log Table for Materialized Views (not returned in this interface)
RL = Range Log Table for Materialized Views (not returned in this
interface)
TT = Trigger Temporary Table
= Unknown Namespace