IExtendPropertySheet.QueryPagesFor(IDataObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the object requires pages.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
int QueryPagesFor(Microsoft::Aspnet::Snapin::IDataObject ^ lpDataObject);
public int QueryPagesFor (Microsoft.Aspnet.Snapin.IDataObject lpDataObject);
abstract member QueryPagesFor : Microsoft.Aspnet.Snapin.IDataObject -> int
Public Function QueryPagesFor (lpDataObject As IDataObject) As Integer
Parameters
- lpDataObject
- IDataObject
A pointer to the IDataObject on the object containing context information about the scope or result item.
Returns
Return Value | Description |
---|---|
S_OK | Properties exist for this data object. |
E_UNEXPECTED | An unexpected error occurred. |
E_INVALID | The parameter is not valid. |
Any other error code | No pages are supplied for the data object. |
Remarks
For more information about programming with the IExtendPropertySheet interface and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.