IActiveScriptEncode.DecodeScript Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int DecodeScript(System::String ^ pchIn, System::UInt32 cchIn, System::String ^ pchOut, System::UInt32 cchOut, [Runtime::InteropServices::Out] System::UInt32 % pcchRet);
public int DecodeScript(string pchIn, uint cchIn, string pchOut, uint cchOut, out uint pcchRet);
abstract member DecodeScript : string * uint32 * string * uint32 * uint32 -> int
Public Function DecodeScript (pchIn As String, cchIn As UInteger, pchOut As String, cchOut As UInteger, ByRef pcchRet As UInteger) As Integer
Parameters
- pchIn
- String
- cchIn
- UInt32
- pchOut
- String
- cchOut
- UInt32
- pcchRet
- UInt32