online source control
back to content
sign up free version control plan

ISAWHAppObject::GetPromptLeaveOrReplaceModifiedFile

Description

Retrieves the prompt information when you attempt to retrieve a file form server and a writable copy of the file already exits in the local disk.

Syntax

long GetPromptLeaveOrReplaceModifiedFile(
        BSTR* Information,
        VARIANT_BOOL* ThreeWayMerge,
);

Parameters

Information
[out] Returns the prompt information about whether to leave or replace the modified local file copy.

ThreeWayMerge
[out] Returns the prompt information about whether it is a three way merge.

Return Value

If the method succeeds, returns 0. If the method fails, returns other error codes.

See Also