SE_versioninfo_get_access

Returns the access type for a version.

Usage syntax

LONG SE_versioninfo_get_access (const SE_VERSIONINFO version, LONG *access);

Parameters
version The versioninfo handle
access A pointer to the access type
Description

SE_versioninfo_get_access returns the access type for a version. The types are:

 

SE_VERSION_ACCESS_PUBLIC
SE_VERSION_ACCESS_PROTECTED
SE_VERSION_ACCESS_PRIVATE

Returns

SE_SUCCESS
SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_VERSIONINFO_OBJECT

SE_NET_FAILURE

SE_SDE_NOT_STARTED