DestroyPropertySheetPage 函数 (prsht.h)
销毁属性表页。 应用程序必须为尚未传递到 PropertySheet 函数的页面调用此函数。
语法
BOOL DestroyPropertySheetPage(
HPROPSHEETPAGE unnamedParam1
);
parameters
unnamedParam1
类型: HPROPSHEETPAGE
要删除的属性表页的句柄。
返回值
类型: BOOL
如果成功,返回不为零的值;否则返回零。
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | prsht.h |
Library | Comctl32.lib |
DLL | Comctl32.dll |