CSecurityDesc::FromString
將字串轉換為安全性描述元格式輸入有效的功能,安全性描述元。
bool FromString(
LPCTSTR pstr
) throw(...);
參數
- pstr
包含要轉換的 字串格式的安全性描述元。 的 NULL 結尾字串的指標。
傳回值
傳回 true 在成功。會在失敗時擲回例外狀況。
備註
您可以使用 CSecurityDesc::ToString,字串中建立。轉換安全性描述元加入至字串可讓您更輕鬆地儲存和傳輸。
因為它會呼叫 ConvertStringSecurityDescriptorToSecurityDescriptor,這個方法為 Windows 2000 只能在 (含) 以後版本。
需求
標題: atlsecurity.h