ITraceDataProvider::GetSecurity method (pla.h)

Retrieves the security information for the trace data provider.

Syntax

HRESULT GetSecurity(
  [in]  ULONG SecurityInfo,
  [out] BSTR  *Sddl
);

Parameters

[in] SecurityInfo

The object-related security information. For details, see the SECURITY_INFORMATION data type.

[out] 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::SetSecurity