IFileOpenDialog::Show Method
Launches the modal window.
Syntax
HRESULT Show( HWND hwndOwner );
Parameters
- hwndOwner
[in] The handle of the owner window. This value can be NULL.
Return Value
Returns S_OK if successful, or an error value otherwise.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Launches the modal window.
Syntax
HRESULT Show( HWND hwndOwner );
Parameters
- hwndOwner
[in] The handle of the owner window. This value can be NULL.
Return Value
Returns S_OK if successful, or an error value otherwise.