|
193 | 193 | <Parameter Name="lpIDataObject" Type="Microsoft.CLRAdmin.IDataObject" />
|
194 | 194 | </Parameters>
|
195 | 195 | <Docs>
|
196 |
| - <param name="lpProvider">To be added.</param> |
197 |
| - <param name="handle">To be added.</param> |
198 |
| - <param name="lpIDataObject">To be added.</param> |
199 |
| - <summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> |
200 |
| - <returns>To be added.</returns> |
| 196 | + <param name="lpProvider">A pointer to the <see cref="T:Microsoft.CLRAdmin.IPropertySheetCallback" />.</param> |
| 197 | + <param name="handle">The handle to use to route the notification message to the appropriate <see cref="T:Microsoft.CLRAdmin.IComponent" /> or <see cref="T:Microsoft.CLRAdmin.IComponentData" />.</param> |
| 198 | + <param name="lpIDataObject">A pointer to the <see cref="T:Microsoft.CLRAdmin.IDataObject" /> on the object containing context information about the scope or result item.</param> |
| 199 | + <summary>Adds pages to a property sheet.</summary> |
| 200 | + <returns>| Return Value | Description | |
| 201 | +| --- | --- | |
| 202 | +| S\_OK | The <see cref="M:Microsoft.CLRAdmin.CData.CreatePropertyPages(Microsoft.CLRAdmin.IPropertySheetCallback,System.IntPtr,Microsoft.CLRAdmin.IDataObject)" /> method successfully added the property sheet pages. | |
| 203 | +| S\_FALSE | The <see cref="M:Microsoft.CLRAdmin.CData.CreatePropertyPages(Microsoft.CLRAdmin.IPropertySheetCallback,System.IntPtr,Microsoft.CLRAdmin.IDataObject)" /> method added no property sheet pages. | |
| 204 | +| E\_UNEXPECTED | An unexpected error occurred. | |
| 205 | +| E\_INVALIDARG | One or more parameters are not valid. |</returns> |
201 | 206 | <remarks>To be added.</remarks>
|
| 207 | + <forInternalUseOnly /> |
202 | 208 | </Docs>
|
203 | 209 | </Member>
|
204 | 210 | <Member MemberName="Destroy">
|
|
278 | 284 | <Parameter Name="bStretch" Type="System.Int32" RefType="out" />
|
279 | 285 | </Parameters>
|
280 | 286 | <Docs>
|
281 |
| - <param name="lpIDataObject">To be added.</param> |
282 |
| - <param name="lphWatermark">To be added.</param> |
283 |
| - <param name="lphHeader">To be added.</param> |
284 |
| - <param name="lphPalette">To be added.</param> |
285 |
| - <param name="bStretch">To be added.</param> |
286 |
| - <summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> |
287 |
| - <returns>To be added.</returns> |
| 287 | + <param name="lpIDataObject">The <see cref="T:Microsoft.CLRAdmin.IDataObject" /> on the object containing context information about the scope or result item.</param> |
| 288 | + <param name="lphWatermark">When this method returns, the handle to a bitmap that serves as the watermark for Wizard 97 pages.</param> |
| 289 | + <param name="lphHeader">When this method returns, the handle to a bitmap that serves as the header for Wizard 97 pages.</param> |
| 290 | + <param name="lphPalette">When this method returns, the handle to a palette used for the bitmaps specified by <paramref name="lphWatermark" /> and <paramref name="lphHeader" />.</param> |
| 291 | + <param name="bStretch">When this method returns, <see langword="true" /> if the watermark and header bitmaps should be stretched rather than tiled; otherwise, <see langword="false" />.</param> |
| 292 | + <summary>Retrieves the watermark and header bitmaps for wizard sheets that are implemented as Wizard 97-style wizards.</summary> |
| 293 | + <returns>| Return Value | Description | |
| 294 | +| --- | --- | |
| 295 | +| etch | <see langword="true" /> if the watermark and header bitmaps should be stretched rather than tiled; otherwise, <see langword="false" />. |</returns> |
288 | 296 | <remarks>To be added.</remarks>
|
| 297 | + <forInternalUseOnly /> |
289 | 298 | </Docs>
|
290 | 299 | </Member>
|
291 | 300 | <Member MemberName="Initialize">
|
|
402 | 411 | <Parameter Name="lpDataObject" Type="Microsoft.CLRAdmin.IDataObject" />
|
403 | 412 | </Parameters>
|
404 | 413 | <Docs>
|
405 |
| - <param name="lpDataObject">To be added.</param> |
406 |
| - <summary>This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary> |
407 |
| - <returns>To be added.</returns> |
| 414 | + <param name="lpDataObject">A pointer to the <see cref="T:Microsoft.CLRAdmin.IDataObject" /> on the object containing context information about the scope or result item.</param> |
| 415 | + <summary>Determines whether the object requires pages.</summary> |
| 416 | + <returns>| Return value | Description | |
| 417 | +| --- | --- | |
| 418 | +| S\_OK | Properties exist for this data object. | |
| 419 | +| E\_UNEXPECTED | An unexpected error occurred. | |
| 420 | +| E\_INVALID | The parameter is not valid. | |
| 421 | +| Any other error code | No pages are supplied for the data object. |</returns> |
408 | 422 | <remarks>To be added.</remarks>
|
| 423 | + <forInternalUseOnly /> |
409 | 424 | </Docs>
|
410 | 425 | </Member>
|
411 | 426 | </Members>
|
|
0 commit comments