Syntax for c programmers – HP NonStop G-Series User Manual

Page 138

Advertising
background image

Guardian Procedures

HP NonStop Storage Management Foundation User's Guide523562-008

8-26

SMS_RELOCATEFILE_

error-info-buffer-out-length

output

INT .EXT:ref:*

is the number of bytes returned to the

error-info-buffer

. This value might be

zero if no information is available other than the error code returned by the
procedure call.

Syntax for C Programmers

Physical file
name

41:75

The physical name of the object that encountered the error.

File system
error

76:77

The file system error code describing the reason for the
failure.

#include <cextdecs(SMS_RELOCATEFILE_)>
short SMS_RELOCATEFILE_
( char *logical-file-name
,
short logical-file-name-length
,char *old-phys-file-name
,
short old-phys-file-name-length
,char *new-volume-name
,
short new-volume-name-length
,[short new-volume-options]
,[short relocation-priority]
,[char *error-info-buffer
,
short error-info-buffer-max-length
,short *error-info-buffer-out-length]
);

Error
Information

Byte
Offset

Description

Advertising