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.