ITraceDataProvider::SetSecurity method (pla.h)

Sets the security information for the trace data provider.

Syntax

HRESULT SetSecurity(
  [in] BSTR Sddl
);

Parameters

[in] Sddl

A string that describes the security descriptor for the object. For details, see Security Descriptor Definition Language.

Return value

Returns S_OK if successful.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h
DLL Pla.dll

See also

ITraceDataProvider

ITraceDataProvider::GetSecurity