![]() |
![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| DelevopersTexas ATL COM APIAString |
HRESULT AString( [out, retval] BSTR* pVal ); HRESULT AString( [in] BSTR newVal );
| pVal | A pointer to a string object to contain the value. |
| newVal | A string object to contain the new ascii value or the element. |
TComAPI.CTVariable parameter = new TComAPI.CTVariableClass();
parameter.get_Element("UserName").AString = Request.QueryString["UserName"];
Label1.Text = parameter.get_Element("UserName").AString;
Copyright © 2007, Ekky Software Pty Ltd.