Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::SetPermission

Syntax

void SetPermission(const LONG Permmask)

Parameters

  • Permmask [in] The table permission mask. The valid values for the table permission mask are shown in "Table Permissions".

Description

Sets the table permission mask.

Return

None.

See also

GetPermission()

TOCIndex