ITaskFolder::GetSecurityDescriptor-Methode (taskschd.h)
Ruft den Sicherheitsdeskriptor für den Ordner ab.
Syntax
HRESULT GetSecurityDescriptor(
[in] LONG securityInformation,
[out] BSTR *pSddl
);
Parameter
[in] securityInformation
Die Sicherheitsinformationen von SECURITY_INFORMATION.
[out] pSddl
Der Sicherheitsdeskriptor für den Ordner.
Rückgabewert
Wenn diese Methode erfolgreich ist, wird S_OK zurückgegeben. Andernfalls wird ein Fehlercode HRESULT zurückgegeben.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [nur Desktop-Apps] |
Zielplattform | Windows |
Kopfzeile | taskschd.h |
Bibliothek | Taskschd.lib |
DLL | Taskschd.dll |