Share via


CSid::GetLength

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

See Also

Reference

CSid Class

Other Resources

CSid Members