IFsrmPropertyBag::get_Messages method (fsrmpipeline.h)

A list of the error messages that have been added to the bag.

This property is read-only.

Syntax

HRESULT get_Messages(
  SAFEARRAY **messages
);

Parameters

messages

Return value

None

Remarks

The format of the message is module_name,rule_name|message (FSRM adds the module_name,rule_name| components to the message that you specified when calling the IFsrmPropertyBag::AddMessage method).

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmpipeline.h
DLL SrmSvc.dll

See also

IFsrmPropertyBag

IFsrmPropertyBag::AddMessage