IfmManage::get_AppName

This method gets the name of the application.

Syntax

HRESULT get_AppName( BSTR *pbstrAppname );

Parameters

pbstrAppName
Pointer to a Unicode string that contains the name of the application.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

See Also

IfmManage::put_AppName.