CSid::EqualPrefix

用於相等測試 SID (Security Identifier) 前置詞。

bool EqualPrefix(
   const SID & rhs 
) const throw();
bool EqualPrefix(
   const CSid & rhs 
) const throw();

參數

  • rhs
    要比較的 SID (Security Identifier) 結構或 CSid 物件。

傳回值

在成功傳回 true ,在失敗時 false

備註

如需的詳細資訊請參閱在 Windows SDK 的 EqualPrefixSid

需求

Header: atlsecurity.h

請參閱

參考

CSid 類別