Parameters to the Redacted Callback.
Declaration:
|
Copy Code |
typedef struct tagAT_REC_REDACTOR_REDACTED_CB_PARAMS
{
HIG_REC_REDACTOR higRecRedactor;
LPAT_REC_REDACT_RESULT redact_result;
} AT_REC_REDACTOR_REDACTED_CB_PARAMS, * LPAT_REC_REDACTOR_REDACTED_CB_PARAMS;
|
Structure Members:
Name |
Type |
Description |
higRecRedactor |
HIG_REC_REDACTOR |
The handle to the redactor conducting the redaction. Default value is 0. |
redact_result |
LPAT_REC_REDACT_RESULT |
Information about a successful redaction. The redactor owns this data and will release it upon return from the Redacted callback. Callers that require access to this data beyond the scope of the Redacted callback function call must create duplicates. |