- Contents
DesignerCOM API
II3IDParameter::AssignStringLiteralToStringParameter Method
Synopsis
Assign a string literal to a string parameter. This method performs the necessary insertion of backslashes where appropriate. Pass the literal value only without the quotes in the StringLiteral parameter.
IDL Function Prototype
HRESULT AssignStringLiteralToStringParameter(
[in] BSTR StringLiteral
);
C/C++ Syntax
HRESULT AssignStringLiteralToStringParameter(BSTR StringLiteral);
Parameters
- StringLiteral
-
A literal string value (without quotes) that is to be assigned to a string parameter.