Share

AcDbDatabase::disposeSecurityParams

C++

static void disposeSecurityParams(
    const SecurityParams* pSecParams
);

Description

This method frees the resources allocated by a previous call to cloneSecurityParams().

Parameters

Parameters Description
pSecParams Input pointer to a SecurityParams struct that carries information relevant to the security operations in effect for a database; must be a pointer returned by an earlier invocation of AcDbDatabase::cloneSecurityParams()

Links

AcDbDatabase Class

Was this information helpful?