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. ====== TranslateCommand ====== Method of [[:scripting:api:external-document-view:start|IExternalDocumentView]] ===== Description ===== Directs the view to handle a command message passed up from the message pump of the process in which the view is running ===== Parameters ===== * [[scripting:api:data-type:UINT|UINT]] **nID** * [[scripting:api:data-type:long|long]] **nCode** * [[scripting:api:data-type:ULONG|ULONG]] **pExtra** * [[scripting:api:data-type:ULONG|ULONG]] **pHandlerInfo** ===== Syntax ===== ==== JavaScript ==== <code javascript> ExternalDocumentView.TranslateCommand(nID, nCode, pExtra, pHandlerInfo); </code>==== Visual Basic Script ==== <code vb> ExternalDocumentView.TranslateCommand nID, nCode, pExtra, pHandlerInfo </code>==== C++ ==== <code cpp> HRESULT hr = ExternalDocumentView.TranslateCommand(nID, nCode, pExtra, pHandlerInfo); </code>===== See Also ===== [[:scripting:api:external-document-view:start|IExternalDocumentView]] ~~NOTOC~~