CreatePropertySheetPage

【勇芳软件工作室】汉化HomePreviousNext

CreatePropertySheetPage函数为属性表创建一个新页面。

HPROPSHEETPAGE CreatePropertySheetPage(

LPCPROPSHEETPAGE 【If the function succeeds, the return value is the handle to the new property sheet.】 
); 

参数

【If the function succeeds, the return value is the handle to the new property sheet.】

指向定义要包含在属性表中的页面的PROPSHEETPAGE结构的指针。

返回值

如果函数成功,则返回值是新属性表的句柄。

如果函数失败,返回值为NULL。

备注

应用程序使用PropertySheet函数创建包含新页面的属性表,或使用PSM_ADDPAGE消息将新页面添加到现有属性表。

Windows 95:系统最多可以支持16,364个窗口句柄。

也可以看看

PropertySheet, PROPSHEETPAGE, PSM_ADDPAGE