Contains C API definitions for sensitivity type.
Gets size of buffer required to store a sensitivity type's rule package ID.
Gets a sensitivity type's rule package.
Gets size of buffer required to store a sensitivity type's rule package.
Gets a sensitivity type's rule package ID.
- Parameters
-
sensitivityType | Sensitivity type |
idSize | [Output] Size of buffer to hold rule package ID (in number of chars) |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Parameters
-
sensitivityType | Sensitivity type |
idBuffer | [Output] Buffer the ID will be copied into. |
idBufferSize | Size (in number of chars) of the idBuffer. |
actualIdSize | [Output] Number of chars written to the buffer |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Note
- If idBuffer is null or insufficient, MIP_RESULT_ERROR_INSUFFICIENT_BUFFER will be returned and actualIdSize will be set to the minimum required buffer size.
- Parameters
-
sensitivityType | Sensitivity type |
rulePackageSize | [Output] Size of buffer to hold rule package (in number of chars) |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Parameters
-
sensitivityType | Sensitivity type |
rulePackageBuffer | [Output] Buffer the rule package will be copied into. |
rulePackageBufferSize | Size (in number of chars) of the rulePackageBuffer. |
actualRulePackageSize | [Output] Number of chars written to the buffer |
errorInfo | [Output] (Optional) Failure info if operation result is error |
- Returns
- Result code indicating success or failure
- Note
- If rulePackageBuffer is null or insufficient, MIP_RESULT_ERROR_INSUFFICIENT_BUFFER will be returned and actualRulePackageSize will be set to the minimum required buffer size.