Fills a caller-allocated PROPPAGEINFO structure to provide the caller with information about the property page.
HRESULT GetPageInfo(
  PROPPAGEINFO *pPageInfo  //Receives a pointer to property page 
                           //information structure
);
 This method supports the standard return values E_OUTOFMEMORY and E_UNEXPECTED, as well as the following:
E_NOTIMPL is not a valid return value.
  Windows NT: Use version 4.0 or later.
  Windows: Use Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in ocidl.h.