CSecurityDesc::GetControl

Recupera información de control del descriptor de seguridad.

bool GetControl(
   SECURITY_DESCRIPTOR_CONTROL * psdc 
) const throw( );

Parámetros

  • psdc
    Puntero a una estructura de SECURITY_DESCRIPTOR_CONTROL que recibe información de control del descriptor de seguridad.

Valor devuelto

Devuelve true si el método tiene éxito, false si se produce un error.

Comentarios

Este método solo es significativo al usar Windows 2000 o posterior, como llama a GetSecurityDescriptorControl.

Requisitos

encabezado: atlsecurity.h

Vea también

Referencia

Clase de CSecurityDesc

CSecurityDesc::GetDacl

CSecurityDesc::GetGroup

CSecurityDesc::GetOwner

CSecurityDesc::GetSacl

CSecurityDesc::SetControl