PXC_PermStatus Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_PermStatus Enumeration}} | {{#customTitle:PXC_PermStatus Enumeration}} | ||
+ | {{#parentPage:PXV:PXC|PXC_PermStatus Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum PXC_PermStatus | <pre class="brush:cpp;gutter:false">enum PXC_PermStatus | ||
{ | { | ||
− | Perm_ReqDenied = 0; | + | Perm_ReqDenied = 0; |
− | Perm_ReqGranted = 1; | + | Perm_ReqGranted = 1; |
− | Perm_ReqUnknownObject = 2; | + | Perm_ReqUnknownObject = 2; |
Perm_ReqUnknownOperation = 3; | Perm_ReqUnknownOperation = 3; | ||
− | Perm_ReqOperationNA = 4; | + | Perm_ReqOperationNA = 4; |
− | Perm_ReqPending = 5; | + | Perm_ReqPending = 5; |
}; | }; | ||
</pre> | </pre> |
Revision as of 07:01, 23 April 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
See also ...