This document is archived and information here might be outdated. Recommended version. |
Get TODO.
[Visual Basic .NET] Public Sub SetCurrentLocationTriggerNameAndDesc ( _ ByVal bstrCustomLocationTriggerName As String, _ ByVal bstrCustomLocationTriggerDesc As String _ )
[C#] public void SetCurrentLocationTriggerNameAndDesc ( string bstrCustomLocationTriggerName, string bstrCustomLocationTriggerDesc );
[C++]
HRESULT SetCurrentLocationTriggerNameAndDesc(
BSTR bstrCustomLocationTriggerName,
BSTR bstrCustomLocationTriggerDesc
);
[C++]
Parameters bstrCustomLocationTriggerName [in]
bstrCustomLocationTriggerName is a parameter of type BSTR bstrCustomLocationTriggerDesc [in]
bstrCustomLocationTriggerDesc is a parameter of type BSTR