Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the length of the CSid object.
UINT GetLength( ) const throw( );
Return Value
Returns the length in bytes of the CSid object.
Remarks
If the CSid structure is not valid, the return value is undefined. Before calling GetLength, use the CSid::IsValid member function to verify that CSid is valid.
Note
Under debug builds the function will cause an ASSERT if the CSid object is not valid.
Requirements
Header: atlsecurity.h