setppdmode Subroutine

Purpose

Sets the access mode of partitioned directories.

Syntax

#include <sys/secconf.h>
int setppdmode(Mode)
int Mode;

Description

The setppdmode subroutine sets the access mode of partitioned directories.

Parameters

Item Description
Mode
Specifies the access mode of partitioned directories. The Mode parameter can be one of the following values:
PD_REAL
Sets the access mode to the real mode.
PD_VIRTUAL
Sets the access mode to the virtual mode.

Return Values

Item Description
0 Successful
≠0 Unsuccessful