UID | tech.root | title | ms.date | targetos | description | req.assembly | req.construct-type | req.ddi-compliance | req.dll | req.header | req.idl | req.include-header | req.irql | req.kmdf-ver | req.lib | req.max-support | req.namespace | req.redist | req.target-min-winverclnt | req.target-min-winversvr | req.target-type | req.type-library | req.umdf-ver | req.unicode-ansi | topic_type | api_type | api_location | api_name | f1_keywords | dev_langs | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
NF:namespaceapi.CreateBoundaryDescriptorW | backup | CreateBoundaryDescriptorW | 08/05/2022 | Windows | The CreateBoundaryDescriptorW (Unicode) function (namespaceapi.h) creates a boundary descriptor. | function | Kernel32.dll | namespaceapi.h | Kernel32.lib | Windows Vista [desktop apps \| UWP apps] | Windows Server 2008 [desktop apps \| UWP apps] | Windows |
|
|
|
|
|
|
Creates a boundary descriptor.
The name of the boundary descriptor.
A combination of the following flags that are combined by using a bitwise OR operation.
Flag | Description |
---|---|
CREATE_BOUNDARY_DESCRIPTOR_ADD_APPCONTAINER_SID (0x01) Note: This value is not supported prior to Windows 8. | Required for creating a boundary descriptor in an appcontainer process, regardless of producer or consumer. |
If the function succeeds, the return value is a handle to the boundary descriptor.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
A new boundary descriptor must have at least one security identifier (SID). To add a SID to a boundary descriptor, use the AddSIDToBoundaryDescriptor function.
To compile an application that uses this function, define _WIN32_WINNT as 0x0600 or later.
AddSIDToBoundaryDescriptor
CreatePrivateNamespace
DeleteBoundaryDescriptor
Object Namespaces