TMF Application Programmer's Guide (G06.26+)
TMF ARLIB2 Audit-Reading Procedures
HP NonStop TMF Application Programmer’s Guide—522419-005
5-58
ARGETANSINAME
partition-name output
STRING .EXT
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.