- Contents
DesignerCOM API
II3IDStep::InfoStr Property
get_InfoStr
Returns the information string for the step. This string is passed out to the DLL that registers for the IntermediatePublish callback when EICPublisher is launched.
IDL Function Prototype
HRESULT InfoStr(
[out, retval] BSTR * InfoString
);
C/C++ Syntax
HRESULT get_InfoStr(BSTR * InfoString);
Parameters
- InfoString
-
The return value is a string containing the information passed to the DLL that registers for the IntermediatePublish callback when EICPublisher is launched.
put_InfoStr
Sets the information string on this step. This string is passed out to the DLL that registers for the IntermediatePublish callback when EICPublisher is launched.
IDL Function Prototype
HRESULT InfoStr(
[in] BSTR InfoString
);
C/C++ Syntax
HRESULT put_InfoStr(BSTR InfoString);
Parameters
- InfoString
-
Assigns a new information string to this step.