网站首页  词典首页

请输入您要查询的函数:

 

术语 createboundarydescriptor
释义 CreateBoundaryDescriptor
语法:
C++
HANDLE WINAPI CreateBoundaryDescriptor(
__in LPCTSTR Name,
__in ULONG Flags
);
CreateBoundaryDescriptor功能
创建一个边界描述。
参数
名称 [in]
边界描述的名称。
标志 [in]
这个参数是保留供将来使用。
返回值
如果函数成功,返回值是一个句柄边界描述。
如果函数失败,返回值为NULL。为了获得更多错误信息,调用GetLastError。
备注
一种新的边界描述必须至少有一个安全标识符(SID)。要添加的SID边界描述,使用AddSIDToBoundaryDescriptor功能。
要编译的应用程序使用此功能,定义_WIN32_WINNT为0x0600或更高版本。
要求:
client最低支持Vista
server最低支持 Windows Server 2008
HeaderWinbase.h(头文件:winuser.h)
LibraryKernel32.lib
DLLKernel32.dll
Unicode和ANSI namesCreateBoundaryDescriptorW(Unicode)和CreateBoundaryDescriptorA(ANSI)的
参见
AddSIDToBoundaryDescriptor
CreatePrivateNamespace
DeleteBoundaryDescriptor
Object Namespaces
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年8月27日
==英文原文==CreateBoundaryDescriptor Function
Creates a boundary descriptor.
Syntax
C++
HANDLE WINAPI CreateBoundaryDescriptor(
__in LPCTSTR Name,
__in ULONG Flags
);
Parameters
Name [in]
The name of the boundary descriptor.
Flags [in]
This parameter is reserved for future use.
Return Value
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 .
Remarks
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.
Requirements
Minimum supported clientWindows Vista
Minimum supported serverWindows Server 2008
HeaderWinbase.h (include Windows.h)
LibraryKernel32.lib
DLLKernel32.dll
Unicode and ANSI namesCreateBoundaryDescriptorW (Unicode) and CreateBoundaryDescriptorA (ANSI)
See Also
AddSIDToBoundaryDescriptor
CreatePrivateNamespace
DeleteBoundaryDescriptor
Object Namespaces
Send comments about this topic to Microsoft
Build date: 8/27/2009
==原始网址==http://msdn.microsoft.com/en-us/library/ms682121(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:21:19