Previous Topic: HINT32 GetPathOption(void)

Next Topic: LPCTSTR GetViewPath(void)


LPCTSTR GetClientDir(void)

Note: If a remote machine name is set, then this is a directory on the remote machine.

Gets the Client Directory anchor for this process.

Owning Class

CaCheckin

Arguments

None

Return Value

LPCTSTR-the value

Example

CaCheckin& rCheckin = rContext.GetCheckin(); CaString szValue = rCheckin.GetClientDir();

More information: