|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
IShellPropSheetExt::AddPages
[Now Supported on Windows NT]
Adds one or more pages to a property sheet that the shell displays for a file object. When it is about to display the property sheet, the shell calls the AddPages method of each property sheet handler registered to the file type.
HRESULT STDMETHODCALLTYPE AddPages(
IShellPropSheetExt FAR *pProp, LPFNADDPROPSHEETPAGE lpfnAddPage, LPARAM lParam );
Parameters
pProp
Pointer to the IShellPropSheetExt interface. In C++, this parameter is implicit.
lpfnAddPage
Pointer to a function that the property sheet handler calls to add a page to the property sheet. The function takes a property sheet handle returned by the CreatePropertySheetPage function and the lParam parameter passed to the AddPages method.
lParam
Parameter to pass to the function specified by lpfnAddPage.
Return Values
Returns NOERROR if successful or an OLE-defined error value otherwise. For each page it needs to add to a property sheet, a property sheet handler fills a PROPSHEETPAGE structure, calls CreatePropertySheetPage, and then calls the function specified by lpfnAddPage.
See Also
CreatePropertySheetPage, IShellPropSheetExt, PROPSHEETPAGE
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
IShellPropSheetExt::AddPages
[Теперь Поддерживанное на Windows NT]
Добавляет одна или более страниц к листу собственности, что оболочка отображается для файлового объекта. Когда это собирается отображать лист собственности, оболочка называет метод AddPages каждого листового вручителя собственности зарегистрированной в файловый тип.
HRESULT STDMETHODCALLTYPE AddPages(
IShellPropSheetExt ЗНАЧИТЕЛЬНО *pProp, lpfnAddPage LPFNADDPROPSHEETPAGE, LPARAM lParam );
Параметры
pProp
Указатель на интерфейс IShellPropSheetExt. В C++, этот параметр подразумевающийся.
lpfnAddPage
Указатель в функцию, что листовой вручитель собственности называет, чтобы добавлять страницу к листу собственности. Функция берет листовую ручку собственности возвращанную функцией CreatePropertySheetPage и параметр lParam проходил в метод AddPages.
lParam
Параметр, чтобы проходить в функцию определенную lpfnAddPage.
Обратные Величины
Возвращает NOERROR если успешная или определенная величина ошибки OLE в противном случае. Для каждой страницы ему нужно добавлять к листу собственности, листовой вручитель собственности заполняет структуру PROPSHEETPAGE, называет CreatePropertySheetPage, затем называет функцию определенную lpfnAddPage.
Смотри Также
CreatePropertySheetPage, IShellPropSheetExt, PROPSHEETPAGE
|
|
|
|
| |