- Contents
DesignerCOM API
II3IDParameter::GetStringLiteralFromStringParameter Method
Synopsis
For a string parameter, this method returns the literal value contained within the string parameter. Backslashes are automatically removed.
IDL Function Prototype
HRESULT GetStringLiteralFromStringParameter(
[out, retval] BSTR * StringLiteral
);
C/C++ Syntax
HRESULT GetStringLiteralFromStringParameter(BSTR * StringLiteral);
Parameters
- StringLiteral
-
The literal value contained within the string, without backslashes.