Insert lookup table values into query string.
[Visual Basic 6.0] Function ExpandQuery(
ByVal bstrQuery As String _
) As String
[Visual Basic .NET] Public Function ExpandQuery ( _ ByVal bstrQuery As String _ ) As String
[C#] public string ExpandQuery ( string bstrQuery );
[Java] public String expandQuery ( String bstrQuery ) throws IOException, AutomationException
[C++]
HRESULT ExpandQuery(
BSTR bstrQuery,
BSTR* pExpandedQuery
);
Parameters
bstrQuery [in]
bstrQuery is a parameter of type BSTR
pExpandedQuery [out, retval]
pExpandedQuery is a parameter of type BSTR