GetFullFilePath method of the MSFT_DfsrIdRecordInfo class

Retrieves the full path to the file or folder.

Syntax

uint32 GetFullFilePath(
  [out] string FullPath
);

Parameters

FullPath [out]

The full path, if the method succeeds.

Return value

This method returns one of the MONITOR_STATUS return codes or one of the system error codes.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\Dfsr
MOF
Dfsrwmiv2.mof
DLL
DfsRWmiV2.dll

See also

MSFT_DfsrIdRecordInfo