DeleteBoundaryDescriptor 関数 (namespaceapi.h)
指定した境界記述子を削除します。
構文
void DeleteBoundaryDescriptor(
[in] HANDLE BoundaryDescriptor
);
パラメーター
[in] BoundaryDescriptor
境界記述子へのハンドル。 CreateBoundaryDescriptor 関数は、このハンドルを返します。
戻り値
なし
解説
この関数を使用するアプリケーションをコンパイルするには、 _WIN32_WINNTを 0x0600 以降として定義します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ | UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリ | UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | namespaceapi.h (Windows 7、Windows Server 2008 Windows Server 2008 R2 の場合は Windows.h を含む) |
Library | Kernel32.lib |
[DLL] | Kernel32.dll |