GetIdRecordByPath method of the MSFT_DfsrIdRecordInfo class

Retrieves a specified MSFT_DfsrIdRecordInfo instance. This is a static method.

Syntax

uint32 GetIdRecordByPath(
  [in]  string                FullPath,
  [out] MSFT_DfsrIdRecordInfo IdRecord
);

Parameters

FullPath [in]

Specifies the full path to the requested Id record instance.

IdRecord [out]

On return contains an embedded instance of a MSFT_DfsrIdRecordInfo class .

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