PXC_PermStatus Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 35: | Line 35: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Document_AuthorizeWithPassword|IPXC_Document::AuthorizeWithPassword]], [[PXV:IPXC_Document_AuthorizeWithPassword2|IPXC_Document::AuthorizeWithPassword2]], [[PXV:IPXC_Document_RequestPermission|IPXC_Document::RequestPermission]], [[PXV:IPXC_SecurityHandler_Authorize|IPXC_SecurityHandler::Authorize]] |
Revision as of 05:13, 23 May 2015
Specifies the ...
Syntax
enum PXC_PermStatus { Perm_ReqDenied = 0, Perm_ReqGranted = 1, Perm_ReqUnknownObject = 2, Perm_ReqUnknownOperation = 3, Perm_ReqOperationNA = 4, Perm_ReqPending = 5, };
Constants
- Perm_ReqDenied
- The ...
- Perm_ReqGranted
- The ...
- Perm_ReqUnknownObject
- The ...
- Perm_ReqUnknownOperation
- The ...
- Perm_ReqOperationNA
- The ...
- Perm_ReqPending
- The ...
See Also
IPXC_Document::AuthorizeWithPassword, IPXC_Document::AuthorizeWithPassword2, IPXC_Document::RequestPermission, IPXC_SecurityHandler::Authorize