Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CSid::operator >=

 

Compares relative value of two security descriptor objects.


      bool operator<( 
   const CSid &lhs, 
   const CSid &rhs
) throw( ) 
);

lhs

The SID (security identifier) or CSid that appears on the left side of the != operator.

rhs

The SID (security identifier) or CSid that appears on the right side of the != operator.

true if lhs is greater than or equal to rhs, otherwise false.

Requirements

Header: atlsecurity.h

Show: