Modules | |
Label API | |
Description of the function calls for the Security Label object access interface. | |
Macros | |
#define | SECLABEL_E_NOERROR 0 |
#define | SECLABEL_E_BADPARAM 1 |
#define | SECLABEL_E_NOMEMORY 2 |
#define | SECLABEL_E_NOSPACE 3 |
#define | SECLABEL_E_PARSEFAILED 4 |
#define | SECLABEL_E_ENCODEERROR 5 |
Detailed Description
Macro Definition Documentation
◆ SECLABEL_E_NOERROR
#define SECLABEL_E_NOERROR 0 |
No error
Definition at line 31 of file seclabel_api.h.
◆ SECLABEL_E_BADPARAM
#define SECLABEL_E_BADPARAM 1 |
Bad parameter value
Definition at line 34 of file seclabel_api.h.
◆ SECLABEL_E_NOMEMORY
#define SECLABEL_E_NOMEMORY 2 |
Insufficient memory
Definition at line 37 of file seclabel_api.h.
◆ SECLABEL_E_NOSPACE
#define SECLABEL_E_NOSPACE 3 |
Insufficient space in output buffer
Definition at line 40 of file seclabel_api.h.
◆ SECLABEL_E_PARSEFAILED
#define SECLABEL_E_PARSEFAILED 4 |
Failed to parse XML document
Definition at line 43 of file seclabel_api.h.
◆ SECLABEL_E_ENCODEERROR
#define SECLABEL_E_ENCODEERROR 5 |
Error while encoding SecurityLabel
Definition at line 46 of file seclabel_api.h.