Поделиться через


CAccessToken::SetDefaultDacl

Call this method to set the default DACL of the CAccessToken object.

bool SetDefaultDacl(
   const CDacl& rDacl
) throw(...);

Параметры

Возвращаемое значение

Returns true on success, false on failure.

Заметки

The default DACL is the DACL that is used by default when new objects are created with this access token in effect.

Требования

Header: atlsecurity.h

См. также

Основные понятия

CAccessToken Class

CAccessToken Members

CAccessToken::GetDefaultDacl