CreateDump method of the MSFT_MTProcess class

Creates a process mini-dump of the process instance.

Syntax

uint32 CreateDump(
  [out] string DumpFilePath
);

Parameters

DumpFilePath [out]

On success, returns a string containing the dump path file.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\ManagementTools
MOF
MtTmProv.mof
DLL
MtTmProv.dll

See also

MSFT_MTProcess