UID | title | description | helpviewer_keywords | old-location | tech.root | ms.assetid | ms.date | ms.keywords | req.header | req.include-header | req.target-type | req.target-min-winverclnt | req.target-min-winversvr | req.kmdf-ver | req.umdf-ver | req.ddi-compliance | req.unicode-ansi | req.idl | req.max-support | req.namespace | req.assembly | req.type-library | req.lib | req.dll | req.irql | targetos | req.typenames | req.redist | ms.custom | f1_keywords | dev_langs | topic_type | api_type | api_location | api_name | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NF:namespaceapi.AddSIDToBoundaryDescriptor | AddSIDToBoundaryDescriptor function (namespaceapi.h) | Adds a security identifier (SID) to the specified boundary descriptor. |
| base\addsidtoboundarydescriptor.htm | backup | c0dd01a0-1a08-43dc-8cef-dff290e73ca1 | 12/05/2018 | AddSIDToBoundaryDescriptor, AddSIDToBoundaryDescriptor function, base.addsidtoboundarydescriptor, namespaceapi/AddSIDToBoundaryDescriptor, winbase/AddSIDToBoundaryDescriptor | namespaceapi.h | Windows.h on Windows 7, Windows Server 2008 Windows Server 2008 R2 | Windows | Windows Vista [desktop apps \| UWP apps] | Windows Server 2008 [desktop apps \| UWP apps] | Kernel32.lib | Kernel32.dll | Windows | 19H1 |
|
|
|
|
|
|
Adds a security identifier (SID) to the specified boundary descriptor.
A handle to the boundary descriptor. The CreateBoundaryDescriptor function returns this handle.
A pointer to a SID structure.
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The AddSIDToBoundaryDescriptor function must be called once for each SID to be added to the boundary descriptor.
To compile an application that uses this function, define _WIN32_WINNT as 0x0600 or later.