* InSecurityRestrictedOperation - are we inside a security-restricted command? */
| 638 | * InSecurityRestrictedOperation - are we inside a security-restricted command? |
| 639 | */ |
| 640 | bool |
| 641 | InSecurityRestrictedOperation(void) |
| 642 | { |
| 643 | return (SecurityRestrictionContext & SECURITY_RESTRICTED_OPERATION) != 0; |
| 644 | } |
| 645 | |
| 646 | /* |
| 647 | * InNoForceRLSOperation - are we ignoring FORCE ROW LEVEL SECURITY ? |
no outgoing calls
no test coverage detected