CheckPathExportable method of the MSNFS_Export class

[The NFS Legacy WMI Classes are no longer available as of Windows Server 2012. Instead, use the NFS WMI Classes.]

Verifies whether a local path on the server can be exported by the Server for NFS service.

Syntax

uint32 CheckPathExportable(
  [in] string PathName
);

Parameters

PathName [in]

The local path to be verified.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008 R2
End of client support
None supported
End of server support
Windows Server 2008 R2
Namespace
Root\MSNFS
MOF
Nfswmi.mof
DLL
NfsCimProv.dll

See also

MSNFS_Export