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. ====== Mask ====== Property of [[:scripting:api:file-filter:start|IFileFilter]] ===== Description ===== Mask ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pstrMask = FileFilter.Mask; </code>==== Visual Basic Script ==== <code vb> pstrMask = FileFilter.Mask </code>==== C++ ==== <code cpp> BSTR pstrMask; HRESULT hr = FileFilter.get_Mask(&pstrMask); </code>===== See Also ===== [[:scripting:api:file-filter:start|IFileFilter]] ~~NOTOC~~