Previous Topic: CaInteractiveMerge

Next Topic: LPCTSTR GetDescription(void)


LPCTSTR GetCompress(void)

Get the compress status of the merge-tagged file.

Owning Class

CaInteractiveMerge

Arguments

None

Return Value

Y if compressed, N if not

Example

CaInteractiveMerge& rInteractiveMerge=rContext.GetInteractiveMerge();
CaString szCompress = rInteractiveMerge.GetCompress();

More information: