Try OpenEdge Now
skip to main content
Programming Interfaces
Audit Policy Maintenance APIs : Caching API : registerAuditTableHandle procedure
 

registerAuditTableHandle procedure

Caller specifies the handle of a temp-table that this procedure uses when building a local ProDataSet object on its behalf. Note that the temp-table definitions used by the Audit Policy Maintenance tool are located in src/auditing/ttdefs.
Parameters:
INPUT pcID AS CHARACTER
Identifier for the table, which can be "policy", "file-policy", "field-policy", or "event-policy".
INPUT TABLE-HANDLE FOR hTable
Handle of the temp-table.