Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Deletes the specified boundary descriptor.
Syntax
VOID DeleteBoundaryDescriptor(
[in] HANDLE BoundaryDescriptor
);
Parameters
[in] BoundaryDescriptor
A handle to the boundary descriptor. The CreateBoundaryDescriptor function returns this handle.
Return value
None
Remarks
To compile an application that uses this function, define _WIN32_WINNT as 0x0600 or later.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | namespaceapi.h (include Windows.h on Windows 7, Windows Server 2008 Windows Server 2008 R2) |
| Library | Kernel32.lib |
| DLL | Kernel32.dll |