IOfflineFilesShareInfo::IsShareDfsJunction method (cscobj.h)

Determines whether the share item is a DFS junction or a shared folder on a server.

Syntax

HRESULT IsShareDfsJunction(
  [out] BOOL *pbIsDfsJunction
);

Parameters

[out] pbIsDfsJunction

Receives TRUE if the item is a DFS junction, or FALSE if the share is a shared folder (\server\share) on a server.

Return value

Returns S_OK if successful, or an error value otherwise.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header cscobj.h
DLL CscSvc.dll; CscObj.dll

See also

IOfflineFilesShareInfo