Microsoft DirectX 9.0 |
The Show method shows or hides the dialog box. This method implements the IPropertyPage::Show method.
Syntax
HRESULT Show(
UINT nCmdShow
);
Parameters
nCmdShow
Value that specifies whether to show or hide the window. For more information, see the Platform SDK documentaton.
Return Value
Returns an HRESULT value. Possible values include the following.
Value | Description |
S_OK | Success. |
E_INVALIDARG | Invalid argument. |
E_UNEXPECTED | Unexpected failure. |
See Also