Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== UnRegisterListener ====== Method of [[:scripting:api:file-system-manager:start|IFileSystemManager]] ===== Description ===== UnRegister file system listener ===== Parameters ===== * [[scripting:api:data-type:BSTR|BSTR]] **strFileName** * [[scripting:api:data-type:VARIANT|VARIANT]] **pListener** ===== Syntax ===== ==== JavaScript ==== <code javascript> FileSystemManager.UnRegisterListener(strFileName, pListener); </code>==== Visual Basic Script ==== <code vb> FileSystemManager.UnRegisterListener strFileName, pListener </code>==== C++ ==== <code cpp> HRESULT hr = FileSystemManager.UnRegisterListener(strFileName, pListener); </code>===== See Also ===== [[:scripting:api:file-system-manager:start|IFileSystemManager]] ~~NOTOC~~