SOLIDWORKS PDM Professional API Help Send Feedback
mhResult Field
See Also 
EPDM.Interop.epdm Namespace > EdmObjectInfo Structure : mhResult Field


Can be passed to IEdmVault5::GetErrorString to get a human-readable error message.

Syntax

Visual Basic 
Public mhResult As System.Integer
C# 
public System.int mhResult
C++/CLI 
public:
System.int mhResult

Remarks

HRESULT result code.

See Also