Skip to content

Latest commit

 

History

History
87 lines (67 loc) · 2.71 KB

nf-namespaceapi-addsidtoboundarydescriptor.md

File metadata and controls

87 lines (67 loc) · 2.71 KB
UIDtitledescriptionhelpviewer_keywordsold-locationtech.rootms.assetidms.datems.keywordsreq.headerreq.include-headerreq.target-typereq.target-min-winverclntreq.target-min-winversvrreq.kmdf-verreq.umdf-verreq.ddi-compliancereq.unicode-ansireq.idlreq.max-supportreq.namespacereq.assemblyreq.type-libraryreq.libreq.dllreq.irqltargetosreq.typenamesreq.redistms.customf1_keywordsdev_langstopic_typeapi_typeapi_locationapi_name
NF:namespaceapi.AddSIDToBoundaryDescriptor
AddSIDToBoundaryDescriptor function (namespaceapi.h)
Adds a security identifier (SID) to the specified boundary descriptor.
AddSIDToBoundaryDescriptor
AddSIDToBoundaryDescriptor function
base.addsidtoboundarydescriptor
namespaceapi/AddSIDToBoundaryDescriptor
winbase/AddSIDToBoundaryDescriptor
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
AddSIDToBoundaryDescriptor
namespaceapi/AddSIDToBoundaryDescriptor
c++
APIRef
kbSyntax
DllExport
Kernel32.dll
API-MS-Win-Core-Namespace-l1-1-0.dll
KernelBase.dll
API-MS-Win-DownLevel-Kernel32-l1-1-0.dll
AddSIDToBoundaryDescriptor

AddSIDToBoundaryDescriptor function

-description

Adds a security identifier (SID) to the specified boundary descriptor.

-parameters

-param BoundaryDescriptor [in, out]

A handle to the boundary descriptor. The CreateBoundaryDescriptor function returns this handle.

-param RequiredSid [in]

A pointer to a SID structure.

-returns

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.

-remarks

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.

-see-also

CreateBoundaryDescriptor

Object Namespaces

close