Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Contains the details of a page to be added to an object's Properties sheet.
typedef struct _SFVM_PROPPAGE_DATA {
DWORD dwReserved;
LPFNADDPROPSHEETPAGE pfn;
LPARAM lParam;
} SFVM_PROPPAGE_DATA;
dwReserved
Type: DWORD
pfn
Type: LPFNADDPROPSHEETPAGE
A pointer to a AddPropSheetPageProc callback function used to add property pages. When this function is used by Windows Explorer, it provides pfn through the system folder view object's IShellView::AddPropertySheetPages method. The callback function can then pass the information to IShellPropSheetExt::AddPages.
lParam
Type: LPARAM
The details of the property sheet to be added. When this function is used by Windows Explorer, it provides lParam through the system folder view object's IShellView::AddPropertySheetPages method. The callback function can then pass the information to IShellPropSheetExt::AddPages.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | shlobj_core.h (include Shlobj.h) |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today