The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DeleteBoundaryDescriptor function
Deletes the specified boundary descriptor.
Syntax
VOID WINAPI DeleteBoundaryDescriptor( _In_ HANDLE BoundaryDescriptor );
Parameters
- BoundaryDescriptor [in]
-
A handle to the boundary descriptor. The CreateBoundaryDescriptor function returns this handle.
Return value
This function does not return a value.
Remarks
To compile an application that uses this function, define _WIN32_WINNT as 0x0600 or later.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: