IVsFileMergeService.QueryMergeWindowState(Int32, Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Queries the service for the merge window result.
public:
void QueryMergeWindowState(int cookie, [Runtime::InteropServices::Out] int % pfState, [Runtime::InteropServices::Out] System::String ^ % errorAndWarningMsg);
void QueryMergeWindowState(int cookie, [Runtime::InteropServices::Out] int & pfState, [Runtime::InteropServices::Out] std::wstring const & & errorAndWarningMsg);
public void QueryMergeWindowState (int cookie, out int pfState, out string errorAndWarningMsg);
abstract member QueryMergeWindowState : int * int * string -> unit
Public Sub QueryMergeWindowState (cookie As Integer, ByRef pfState As Integer, ByRef errorAndWarningMsg As String)
Parameters
- cookie
- Int32
[in] The cookie for the window frame.
- pfState
- Int32
[out] The current state of the window.
- errorAndWarningMsg
- String
[out] A string array of any errors or warnings to prompt the user.