getAuditEvents procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
getAuditEvents procedure
Populates a ProDataSet with the audit events from the specified database.
Parameters:
- INPUT pcDbInfo AS CHARACTER
- Database info string specifying the source database.
- INPUT plGetAllEvents AS LOGICAL
- Determines if caller also wants to get system events.
- OUTPUT DATASET-HANDLE FOR hEventDset
- The ProDataSet object.